hostapd: Add Automatic Channel Selection (ACS) support
authorMichal Kazior <michal.kazior@tieto.com>
Sat, 31 Aug 2013 08:49:51 +0000 (11:49 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 31 Aug 2013 08:51:06 +0000 (11:51 +0300)
commit50f4f2a066e60be7cc03e291635e9a0f953922bd
tree3188920502b2e7d6895e7e16f1e62e1c899ef005
parent43ee470494a78440db8eb675ed67dc0e9f9e4cf9
hostapd: Add Automatic Channel Selection (ACS) support

This adds ACS support to hostapd. Currently only survey-based
algorithm is available.

To use ACS you need to enable CONFIG_ACS=y in .config and use
channel=0 (or channel=acs_survey) in hostapd.conf.

For more details see wiki page [1] or comments in src/ap/acs.c.

[1]: http://wireless.kernel.org/en/users/Documentation/acs

Signed-hostap: Michal Kazior <michal.kazior@tieto.com>
12 files changed:
hostapd/Makefile
hostapd/config_file.c
hostapd/defconfig
hostapd/hostapd.conf
src/ap/acs.c [new file with mode: 0644]
src/ap/acs.h [new file with mode: 0644]
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/hw_features.c
src/drivers/driver.h