]> git.ipfire.org Git - thirdparty/hostap.git/commit
ACS: Validate 6 GHz AP criteria before ACS
authorTianfeng Ren <quic_tianfeng@quicinc.com>
Wed, 26 Mar 2025 05:42:02 +0000 (11:12 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 28 Mar 2025 08:50:25 +0000 (10:50 +0200)
commit02a8d40c9ffb2987c291ea96cf7be7c012b359a3
tree5b27195b40e62030fbfcc07f6a4325980c34ffcc
parente4798ecfb65da7c67b570c08881e4125a0133c01
ACS: Validate 6 GHz AP criteria before ACS

Ensure that the 6 GHz AP criteria (RSN parameters) are met before
selecting the ACS candidate channels. Currently, hostapd includes 6 GHz
channels as ACS candidates. However, if the BSS configuration does not
comply with 6 GHz AP criteria, ACS might inadvertently start an 6 GHz AP
with configuration that does not meet RSN configuration requirements for
the 6 GHz band.

Add a validation step to check 6 GHz AP criteria before ACS candidates
channel selection.

Signed-off-by: Tianfeng Ren <quic_tianfeng@quicinc.com>
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ap_drv_ops.c