]> git.ipfire.org Git - thirdparty/hostap.git/commit
Clear roam/BSS TM in progress flags for additional cases
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 11 Jan 2022 16:02:53 +0000 (18:02 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Jan 2022 16:02:53 +0000 (18:02 +0200)
commit7ffcbd08cf0fd250ace88e4935cc2b29179368e5
treee55535318a0ef2e31a85518261d9d43fa1d3b057
parent16b5ea9e9121b6a40e2b4fadbde5894ccbcade09
Clear roam/BSS TM in progress flags for additional cases

It looks like the recently added roam_in_progress and
bss_trans_mgmt_in_progress flags could end up getting set, but not
cleared, in some cases. Make sure these get cleared on explicit
disconnection request and also in case the SME-in-driver path is used
(while that path does not really use these flags yet, it is better to
not allow them to be forgotten to be set should it be extended to cover
similar functionality).

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_supplicant/wpa_supplicant.c