]> git.ipfire.org Git - thirdparty/hostap.git/commit
FILS: Update connect params after sending connection notification
authorAnkita Bajaj <bankita@codeaurora.org>
Thu, 5 Sep 2019 14:17:55 +0000 (19:47 +0530)
committerJouni Malinen <j@w1.fi>
Sun, 8 Sep 2019 14:50:23 +0000 (17:50 +0300)
commita8bfc6fff24218adc0902ba19843865d407262d8
tree641e3a5dac985f381346afc5403f383d7d225a38
parent0df82a3dafd8f891d9d46771636e5e7b6f7edfed
FILS: Update connect params after sending connection notification

Update connect params will update auth_alg and fils_hlp_req in
wpa_supplicant structure before calling function
wpas_notify_state_changed(). This could have resulted in triggering
inconsistent state change events and messages in the Android framework.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/wpa_supplicant.c