diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2015-02-19 06:15:45 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2015-02-21 14:07:53 (GMT) |
commit | 4d9e6fba2a73b2b54df656452c5c872e5d192dd4 (patch) | |
tree | eb07048a585233fdc2ab6b063d2aa16ec9452f4a /wpa_supplicant/config_ssid.h | |
parent | 6f5e1b0bf62e9f85fc8b0d24aa81f32a38bc434c (diff) | |
download | hostap-4d9e6fba2a73b2b54df656452c5c872e5d192dd4.zip hostap-4d9e6fba2a73b2b54df656452c5c872e5d192dd4.tar.gz hostap-4d9e6fba2a73b2b54df656452c5c872e5d192dd4.tar.bz2 |
IBSS: Add fixed_freq network parameter
Add fixed_freq=<0/1> network block parameter and pass it to the driver
when starting or joining an IBSS. If this flag is set, IBSS should not
try to look for other IBSS networks to merge with on different channels.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Diffstat (limited to 'wpa_supplicant/config_ssid.h')
-rw-r--r-- | wpa_supplicant/config_ssid.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wpa_supplicant/config_ssid.h b/wpa_supplicant/config_ssid.h index f744895..7c826cf 100644 --- a/wpa_supplicant/config_ssid.h +++ b/wpa_supplicant/config_ssid.h @@ -420,6 +420,11 @@ struct wpa_ssid { int frequency; /** + * fixed_freq - Use fixed frequency for IBSS + */ + int fixed_freq; + + /** * mesh_basic_rates - BSS Basic rate set for mesh network * */ |