diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-02-19 13:44:19 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-02-25 17:48:50 (GMT) |
commit | 611308365ea9ee4cd1f20cf5775b7b92c4204852 (patch) | |
tree | 93071e8e1dd8ae0d7d3f74c3bcda98e50ec9da6f /wpa_supplicant/defconfig | |
parent | 9515fa9250ea206193ce78ff27e86277eb273a01 (diff) | |
download | hostap-611308365ea9ee4cd1f20cf5775b7b92c4204852.zip hostap-611308365ea9ee4cd1f20cf5775b7b92c4204852.tar.gz hostap-611308365ea9ee4cd1f20cf5775b7b92c4204852.tar.bz2 |
defconfig: Enable IEEE 802.11w management frame protection (wpa_supplicant)
NetworkManager can use these if available and the distros generally
enable this already.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 231a0ab..4cb292e 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -299,7 +299,7 @@ CONFIG_BACKEND=file # IEEE 802.11w (management frame protection), also known as PMF # Driver support is also needed for IEEE 802.11w. -#CONFIG_IEEE80211W=y +CONFIG_IEEE80211W=y # Support Operating Channel Validation #CONFIG_OCV=y |