Extend hw_mode to support any band for offloaded ACS case
authorPeng Xu <pxu@qca.qualcomm.com>
Fri, 8 May 2015 17:53:08 +0000 (10:53 -0700)
committerJouni Malinen <j@w1.fi>
Wed, 27 May 2015 09:17:57 +0000 (12:17 +0300)
commit3784c0589e78666da2a4d5f638171f3df1d1c929
tree5e904eb168d213576b196378445a4cbe1d5d4492
parent1b748e67aeedf90855331eef6ef837e90dc51a23
Extend hw_mode to support any band for offloaded ACS case

When device supports dual band operations with offloaded ACS, hw_mode
can now be set to any band (hw_mode=any) in order to allow ACS to select
the best channel from any band. After a channel is selected, the hw_mode
is updated for hostapd.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/drv_callbacks.c
src/ap/hw_features.c
src/common/defs.h
src/common/qca-vendor.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_capa.c
src/drivers/driver_nl80211_event.c