]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check for EVENT_ASSOC data to be present for AP mode operation
authorJouni Malinen <j@w1.fi>
Sat, 7 Jun 2014 16:15:50 +0000 (19:15 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 7 Jun 2014 16:15:50 +0000 (19:15 +0300)
commita01acc50d58fce444770b76683188b25891cfd34
treec76f1e6d8e37961daa6b434d966992d45510b9a3
parent1fde15a20acbe4f335fe98ab486c8214022ed75d
Check for EVENT_ASSOC data to be present for AP mode operation

wpa_supplicant_event() is required to include the event data for AP mode
events. In theory, a non-AP mode event could be sent here from the
driver wrapper, so reject such event.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/events.c