diff options
author | Jouni Malinen <j@w1.fi> | 2019-09-08 14:17:31 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-09-08 14:33:40 (GMT) |
commit | 7d2ed8bae86a31dd2df45c24b3f7281d55315482 (patch) | |
tree | d248b7502afbb68ca267b675d1bf57c95714001c /wpa_supplicant/defconfig | |
parent | 0229261874c82237b70fea1bd07beb3a2e155496 (diff) | |
download | hostap-7d2ed8bae86a31dd2df45c24b3f7281d55315482.zip hostap-7d2ed8bae86a31dd2df45c24b3f7281d55315482.tar.gz hostap-7d2ed8bae86a31dd2df45c24b3f7281d55315482.tar.bz2 |
Remove CONFIG_IEEE80211W build parameter
Hardcode this to be defined and remove the separate build options for
PMF since this functionality is needed with large number of newer
protocol extensions and is also something that should be enabled in all
WPA2/WPA3 networks.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index cdfb197..6ae07a4 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -310,10 +310,6 @@ CONFIG_BACKEND=file # bridge interfaces (commit 'bridge: respect RFC2863 operational state')'). #CONFIG_NO_LINUX_PACKET_SOCKET_WAR=y -# IEEE 802.11w (management frame protection), also known as PMF -# Driver support is also needed for IEEE 802.11w. -CONFIG_IEEE80211W=y - # Support Operating Channel Validation #CONFIG_OCV=y @@ -610,6 +606,4 @@ CONFIG_BGSCAN_SIMPLE=y #CONFIG_OWE=y # Device Provisioning Protocol (DPP) -# This requires CONFIG_IEEE80211W=y to be enabled, too. (see -# wpa_supplicant/README-DPP for details) CONFIG_DPP=y |