]> git.ipfire.org Git - thirdparty/hostap.git/commit
driver: Extend send_mlme() with wait option
authorIlan Peer <ilan.peer@intel.com>
Mon, 24 Feb 2020 09:14:27 +0000 (11:14 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 29 Feb 2020 21:03:20 +0000 (23:03 +0200)
commitc4988e73c09be168c060eec75e5a6834c89dcf58
tree58dbf70e3778c7d68403bec919239666dc15049d
parentd046f2a9f93691215ed112080abd0954557cd90c
driver: Extend send_mlme() with wait option

PASN authentication can be performed while a station interface is
connected to an AP. To allow sending PASN frames while connected, extend
the send_mlme() driver callback to also allow a wait option. Update the
relevant drivers and wpa_supplicant accordingly.

hostapd calls for send_mlme() are left unchanged, since the wait option
is not required there.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/ap/ap_drv_ops.c
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_hostap.c
src/drivers/driver_nl80211.c
wpa_supplicant/driver_i.h
wpa_supplicant/ibss_rsn.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/sme.c