]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/hostapd.conf
hostapd: Configure spectrum management capability
authorChaitanya T K <chaitanyatk@posedge.com>
Fri, 21 Feb 2014 13:42:18 +0000 (14:42 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 24 Feb 2014 22:54:59 +0000 (00:54 +0200)
commit3d7ad2f681391157d64636ce364786201b42fe9d
treed31e6fa0c521eef05506d90e45dc015b09bbda80
parente0392f825dae435cdc8d47cb40df36521c76df5d
hostapd: Configure spectrum management capability

Add configuration of Spectrum Management subfield in the Capability
Information of Beacon, Probe Response, and Association Response frames.
Spectrum Management bit is set when directly requested by new
configuration option spectrum_mgmt_required=1 or when AP is running on
DFS channels. In the future, also TPC shall require this bit to be set.

Signed-hostap: Srinivasan <srinivasanb@posedge.com>
Signed-hostap: Chaitanya T K <chaitanyatk@posedge.com>
Signed-hostap: Marek Puzyniak <marek.puzyniak@tieto.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/beacon.c
src/ap/dfs.c
src/ap/dfs.h
src/ap/ieee802_11.c