diff options
author | Jouni Malinen <j@w1.fi> | 2014-11-22 17:50:16 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-11-22 18:17:47 (GMT) |
commit | e1117c1c01f79290856518eff82b1b6d957ab078 (patch) | |
tree | 1eb6099a415487a56f81982d24e6c21435945c04 /wpa_supplicant/wnm_sta.h | |
parent | 533630625d03cb96cebdaeb35c2a770c25891d3d (diff) | |
download | hostap-e1117c1c01f79290856518eff82b1b6d957ab078.zip hostap-e1117c1c01f79290856518eff82b1b6d957ab078.tar.gz hostap-e1117c1c01f79290856518eff82b1b6d957ab078.tar.bz2 |
WNM: Optimize BSS transition management scans
When the list of preferred transition candidates is received, use the
identified channels to optimize the following scan so that no time is
wasted on other channels.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/wnm_sta.h')
-rw-r--r-- | wpa_supplicant/wnm_sta.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wpa_supplicant/wnm_sta.h b/wpa_supplicant/wnm_sta.h index a45a695..fd3a5dd 100644 --- a/wpa_supplicant/wnm_sta.h +++ b/wpa_supplicant/wnm_sta.h @@ -45,6 +45,7 @@ struct neighbor_report { unsigned int bss_term_present:1; struct measurement_pilot *meas_pilot; struct multiple_bssid *mul_bssid; + int freq; }; |