]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Allow P2P CSA from 5 GHz to 2.4 GHz band
authorSunil <sunilravi@google.com>
Tue, 19 Jul 2022 22:04:39 +0000 (22:04 +0000)
committerJouni Malinen <j@w1.fi>
Thu, 22 Sep 2022 21:29:24 +0000 (00:29 +0300)
commit7bdd3f2aa6dc85340b36acf60e5e890a40386195
tree185cace250aef69d6bf747c799520ad3bc4c80ea
parent6ef455db6746226f8e7d562a34248c6365d05341
P2P: Allow P2P CSA from 5 GHz to 2.4 GHz band

IEEE Std 802.11-2020, 11.8.8 (Selecting and advertising a new channel)
doesn't restrict switching to a channel which is not in the same band as
the current band. But at the same time, there are some issues in
switching between the 2.4/5 GHz bands and the 6 GHz band. So limit the
check to consider the critical use case of switching from a 5 GHz channel
to a 2.4 GHz channel.

Signed-off-by: Sunil Ravi <sunilravi@google.com>
wpa_supplicant/p2p_supplicant.c