]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Remove group from timeout on PSK failure
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 2 Sep 2013 13:33:42 +0000 (16:33 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 2 Sep 2013 13:33:42 +0000 (16:33 +0300)
commit813e7b364fc765e2a22ee2188c4363335079b53a
tree92e3f202648a95708a608611ff962460f83bd3b9
parent18b12b56c130a303f64c717d8d89df01f6b9cfdb
P2P: Remove group from timeout on PSK failure

Avoid potential issues with removing a P2P group on PSK failure directly
from the wpa_supplicant_event() call since the caller (in driver_*.c)
may not be prepared for the interface disappearing at that point in
time.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c