]> git.ipfire.org Git - thirdparty/hostap.git/commit
ACS: Filter out 6 GHz channels if HE or EHT is not enabled
authorVishal Miskin <quic_vmiskin@quicinc.com>
Tue, 13 Sep 2022 13:15:53 +0000 (18:45 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 13 Oct 2022 18:21:51 +0000 (21:21 +0300)
commit7614fcebe0683a0e21e17c826634c564099e939f
treeb6cabef116fea40c55c1ffb15af18bba261af3af
parent1864664ca3c427afd7331117b7685cbc5b3a2cca
ACS: Filter out 6 GHz channels if HE or EHT is not enabled

Do not include 6 GHz channels in the ACS possible channel list if
neither HE (ieee80211ax=1) nor EHT (ieee80211be=1) is enabled since
those channels cannot be used in such combination.

Signed-off-by: Vishal Miskin <quic_vmiskin@quicinc.com>
src/ap/ap_drv_ops.c