]> git.ipfire.org Git - thirdparty/hostap.git/commit - hostapd/config_file.c
Add a config parameter to exclude DFS channels from ACS
authorSunil Dutt <usdutt@qti.qualcomm.com>
Tue, 16 May 2017 10:42:38 +0000 (16:12 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 27 May 2017 08:50:21 +0000 (11:50 +0300)
commit2d18ab40826ecaec26bfd82d42dcb08f2715e362
tree1e42a579e505927cd3544599fbdd1b4a89a04156
parent3c2bd55f032be82dfacb81d270060beec702b0f2
Add a config parameter to exclude DFS channels from ACS

The new acs_exclude_dfs=1 parameter can be used to request hostapd to
exclude all DFS channels from ACS consideration. This is mainly of use
for cases where the driver supports DFS channels, but for some reason a
non-DFS channel is desired when using automatic channel selection.
Previously, the chanlist parameter could have been used for this, but
that required listing all the acceptable channels. The new parameter
allows this to be done without such a list.

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