commit | 0e73c009c960899568be5976bffdd77d836e959a | [log] [tgz] |
---|---|---|
author | Jimmy Chen <jimmycmchen@google.com> | Wed Aug 18 13:21:30 2021 +0800 |
committer | Jimmy Chen <jimmycmchen@google.com> | Thu Aug 19 15:00:13 2021 +0800 |
tree | 1d1313cc42416fdb3a7d20dda191698ecb697316 | |
parent | adac1ff4677e01c8265a22390fc97f40378bd6f0 [diff] |
p2p: remove all p2p groups when p2p dev interface is removed. The p2p dev interface is not a top interface, but a child of the global interface. When this interface is removed, p2p groups will not be removed. To avoid leaking p2p groups, p2p groups should be removed when p2p dev interface is removed. Bug: 195618672 Test: create a group and remove the top interface by wpa_cli command. Change-Id: Ia3e0c0512314ae55dee9a81661f51eee6e8e3428