]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Immediate group removal in GC in case of deauthentication
authorSreenath Sharma <sreenats@broadcom.com>
Sat, 31 Aug 2013 08:11:41 +0000 (11:11 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 31 Aug 2013 08:11:41 +0000 (11:11 +0300)
commit43ee470494a78440db8eb675ed67dc0e9f9e4cf9
treeb4fbf279efafee15cb91332e32159e7ad87e4b36
parentfcf20528a029ec382ce8bbcacd37393eae208f0b
P2P: Immediate group removal in GC in case of deauthentication

Right now in case of deauthentication from GO, immediate group removal will
happen in GC only if the deauthentication packet has a valid IE. However,
the IE in deauthentication packet is mandated only for managed P2P group.
So in normal P2P group the group removal is delayed and will happen later
only in group idle timeout.

This fixes a regression from commit
d7df0fa727a2a79d7b22df6c68961220349ab2e3 that changed the previous check
for data->deauth_info != NULL to data->deauth_info->ie != NULL.

Signed-hostap: Sreenath Sharma <sreenats@broadcom.com>
wpa_supplicant/events.c