P2P: Fix persistent group profile on manual disabled=2 change
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 10 Jun 2015 20:58:21 +0000 (23:58 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 10 Jun 2015 21:02:05 +0000 (00:02 +0300)
commit661888be399b58f60b2e51a977b9a99599875840
treeadcca3d3ed161b0af5a3ba4cd4ac8090e8deed9f
parent3a59cda1d0c5159e26f2e28397218ced17f2ed4c
P2P: Fix persistent group profile on manual disabled=2 change

ssid->p2p_persistent_group was left to its old value when changing a
network profile to/from P2P persistent group type (disabled=2). This
could result in unexpected behavior when using an incomplete persistent
group profile. This was mainly visible through D-Bus network profile
handling where a persistent group would not be unregistered insome
cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/notify.c