IBSS RSN: Fix disconnect() with internal SME
authorJouni Malinen <j@w1.fi>
Sun, 21 Jul 2013 12:21:38 +0000 (15:21 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 21 Jul 2013 12:21:38 +0000 (15:21 +0300)
commitec384c566a3320ab715ce374e43f033256ca1133
tree5c369e12713c4fdcdd120cffdbc09b3a971cffa5
parented07764699012e0c10cf9b9bc9b15fb1cb769a15
IBSS RSN: Fix disconnect() with internal SME

Commit 1aef400bf03159d60109ce886943fbd26d88a6c3 implemented IBSS RSN
disconnect() call using sta_deauth() in a way that resulted in NULL
pointer dereference in driver_nl80211.c if SME was in user space. Fix
this by passing the own MAC address in the sta_deauth call.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/driver_i.h