]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow ACS channel list to be configured as frequencies (in MHz)
authorAnkita Bajaj <bankita@codeaurora.org>
Tue, 26 Nov 2019 05:49:32 +0000 (11:19 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 20 Dec 2019 11:19:52 +0000 (13:19 +0200)
commit59bb72642a37a54f1e856623beea482c808039e1
tree48401d186aa1b43391b7f7acfec0f0134304375e
parent5f9b4afdfaf56b481b4983810506e0e689baa73f
Allow ACS channel list to be configured as frequencies (in MHz)

The channel numbers are duplicated between 2.4 GHz / 5 GHz bands and 6
GHz band. Hence, add support to configure a list of frequencies to ACS
(freqlist) instead of a list of channel numbers (chanlist). Also, both 5
GHz and 6 GHz channels are referred by HOSTAPD_MODE_IEEE80211A. The 6
GHz channels alone can be configured by using both mode and frequency
list.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ap_drv_ops.c