]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use frequency in HT/VHT validation steps done before starting AP
authorAnkita Bajaj <bankita@codeaurora.org>
Tue, 19 Nov 2019 10:24:44 +0000 (15:54 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 20 Dec 2019 11:05:39 +0000 (13:05 +0200)
commit5f9b4afdfaf56b481b4983810506e0e689baa73f
tree57b6b267459b90e58c4d4ca5d11c34739f14a7b8
parent59e33b4a98a4ce72e8212ec0dc44860918b466a7
Use frequency in HT/VHT validation steps done before starting AP

Using the channel parameter for validating allowed channel combinations
is not scalable to add 6 GHz support in the future since channel numbers
are duplicated between 2.4 GHz / 5 GHz bands and 6 GHz band. Hence use
frequency field for all channel combination validation steps done before
starting AP.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/hostapd.c
src/ap/hw_features.c
src/common/hw_features_common.c
src/common/hw_features_common.h
wpa_supplicant/wpa_supplicant.c