OSDN Git Service

P2P: Fix network removal to select correct block
authorJouni Malinen <j@w1.fi>
Fri, 5 Oct 2012 18:01:57 +0000 (11:01 -0700)
committerIrfan Sheriff <isheriff@google.com>
Fri, 5 Oct 2012 18:02:25 +0000 (11:02 -0700)
commit9d71283328fbad680cc74d9b287580e373eb4d6c
treeef0520c46824bfae1d128351b25d586259cf4a90
parentadddfc48d2d7bfa2b1a2405ab8f404b6383ec236
P2P: Fix network removal to select correct block

If wpa_s->current_ssid is not set (e.g., after disconnection that
did not result in immediate group removal), an incorrect group could
have been removed since the network block iteration here could select
the network block that is used to store persistent group credentials.
Fix this by verifying that disabled != 2 to avoid picking the network
block that could not have been the temporary P2P group.

Bug: 7290511
Change-Id: Ia61bab3e11137ab2c0c34014e4d8d8bdee2a0469
wpa_supplicant/p2p_supplicant.c