WNM: Keep BTM information until connection completes
In the MLD case, the information from the transition management request is relevant during the association process in order to filter out links that were disallowed by the BTM request. Also, the information remains useful should a connection attempt fail. To enable these scenarios, keep the information around until the connection has completed. As this might make it impossible to establish a connection, also clear this information at the same time that a normal BSS ignore is cleared to avoid getting stuck in case the transition fails unexpectedly. Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
This commit is contained in:
parent
17a2aa822c
commit
e508c070c4
6 changed files with 47 additions and 28 deletions
|
@ -1310,7 +1310,6 @@ struct wpa_supplicant {
|
|||
u8 wnm_bss_termination_duration[12];
|
||||
struct neighbor_report *wnm_neighbor_report_elements;
|
||||
struct os_reltime wnm_cand_valid_until;
|
||||
u8 wnm_cand_from_bss[ETH_ALEN];
|
||||
struct wpa_bss *wnm_target_bss;
|
||||
enum bss_trans_mgmt_status_code bss_tm_status;
|
||||
bool bss_trans_mgmt_in_progress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue