OWE: Use shorter scan interval during transition mode search
Start scans more quickly if an open BSS advertising OWE transition mode is found, but the matching OWE BSS has not yet been seen. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
91073ccaaa
commit
a5e6270f25
2 changed files with 14 additions and 0 deletions
|
@ -744,6 +744,7 @@ struct wpa_supplicant {
|
|||
unsigned int added_vif:1;
|
||||
unsigned int wnmsleep_used:1;
|
||||
unsigned int owe_transition_select:1;
|
||||
unsigned int owe_transition_search:1;
|
||||
|
||||
struct os_reltime last_mac_addr_change;
|
||||
int last_mac_addr_style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue