]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
IBSS: Add fixed_freq network parameter
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Thu, 19 Feb 2015 06:15:45 +0000 (07:15 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 21 Feb 2015 14:07:53 +0000 (16:07 +0200)
commit4d9e6fba2a73b2b54df656452c5c872e5d192dd4
treeeb07048a585233fdc2ab6b063d2aa16ec9452f4a
parent6f5e1b0bf62e9f85fc8b0d24aa81f32a38bc434c
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>
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/config.c
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/wpa_supplicant.c