]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Disable P2P in the 6 GHz band for now
authorVamsi Krishna <vamsin@codeaurora.org>
Mon, 16 Nov 2020 07:01:34 +0000 (12:31 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 16 Nov 2020 11:15:28 +0000 (13:15 +0200)
P2P usage in the 6 GHz band is not standardized yet by WFA. Disable P2P
operations in the 6 GHz band to avoid potential interop issues with
existing P2P devices in production. P2P operations in the 6 GHz band can
be reenabled later after defining standard ways to address potential
interop issues with existing P2P devices.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/ieee802_11_common.c

index 9b3782e265c2c93fa3096dcab7c2a1782902b9e5..8bdeeb5a45452b94db2a7e3a44b289da85975299 100644 (file)
@@ -1885,7 +1885,7 @@ const struct oper_class_map global_op_class[] = {
         */
        { HOSTAPD_MODE_IEEE80211A, 128, 36, 161, 4, BW80, P2P_SUPP },
        { HOSTAPD_MODE_IEEE80211A, 129, 50, 114, 16, BW160, P2P_SUPP },
-       { HOSTAPD_MODE_IEEE80211A, 131, 1, 233, 4, BW20, P2P_SUPP },
+       { HOSTAPD_MODE_IEEE80211A, 131, 1, 233, 4, BW20, NO_P2P_SUPP },
        { HOSTAPD_MODE_IEEE80211A, 132, 1, 233, 8, BW40, NO_P2P_SUPP },
        { HOSTAPD_MODE_IEEE80211A, 133, 1, 233, 16, BW80, NO_P2P_SUPP },
        { HOSTAPD_MODE_IEEE80211A, 134, 1, 233, 32, BW160, NO_P2P_SUPP },