]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Include p2p_6ghz_disable in global configuration
authorSreeramya Soratkal <ssramya@codeaurora.org>
Thu, 29 Oct 2020 13:45:47 +0000 (19:15 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2020 11:15:28 +0000 (13:15 +0200)
commit2ffd3bb4b6dfd497fa1fb228b2cb4c6dafe37735
tree8c1970a8d256d561a78c06d13f6fb2e74df00483
parent60c902f408ae4fdbf982e137f97162f5d540be69
P2P: Include p2p_6ghz_disable in global configuration

Previously, the configuration to disable the 6 GHz band remained local
to the P2P interface. With this there is a possibility of 6 GHz channels
being included in the channel list when the channel list needs to be
updated if the state changes on one of the interfaces.

Include the configuration to disable the 6 GHz band for P2P as a global
configuration value to prevent the inclusion of 6 GHz channels in the
channel list for P2P when the channel list needs to be updated during
the state change in one of the interfaces.

Signed-off-by: Sreeramya Soratkal <ssramya@codeaurora.org>
src/p2p/p2p.c
src/p2p/p2p.h
wpa_supplicant/p2p_supplicant.c