]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P NFC: WPA state machine config with driver-based BSS selection
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 9 Sep 2013 00:15:42 +0000 (17:15 -0700)
committerJouni Malinen <j@w1.fi>
Mon, 27 Jan 2014 19:44:31 +0000 (21:44 +0200)
commit5cd4740580350371d77618ac037deef90b48d339
tree2ced038a390be898b015798bc793f68140ff4ccc
parent8e9f53c367bc9500afbf7db6470d09790b4f740b
P2P NFC: WPA state machine config with driver-based BSS selection

wpa_s->current_bss was updated too late for the
wpa_supplicant_rsn_supp_set_config() call within
wpa_supplicant_select_config(). Re-order code so that current_bss gets
updated between current_ssid update and this call to set the WPA state
machine configuration, so that the new code that determines whether the
current GO support the new IP address assignment mechanism works.

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