]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allowed frequency list configuration for AP operation
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Mon, 3 Apr 2023 02:41:36 +0000 (08:11 +0530)
committerJouni Malinen <j@w1.fi>
Wed, 19 Apr 2023 08:32:07 +0000 (11:32 +0300)
commit9932ff30c46b3c68abe717f7a0011412f5d1c344
tree77c591b880e445f57cdbe1b97d1536678b3f031a
parent9bad3c975d0f9a4a9256ad0430a4051208753ca5
Allowed frequency list configuration for AP operation

Add support to configure the allowed frequency list for AP operation
using a QCA vendor interface before NL80211_CMD_NEW_BEACON/
NL80211_CMD_START_AP. hostapd generates the allowed frequency list by
intersecting user configured frequency list and all the frequencies
advertised by the driver including disabled channels. If user doesn't
specify allowed frequency list, all the frequencies advertised by the
driver, including disabled channels, will be configured.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/beacon.c
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h
src/drivers/driver_nl80211_capa.c