|
@@ -411,6 +411,16 @@ fast_reauth=1
|
|
|
# WPA-EAP-SHA256 = Like WPA-EAP but using stronger SHA256-based algorithms
|
|
|
# If not set, this defaults to: WPA-PSK WPA-EAP
|
|
|
#
|
|
|
+# ieee80211w: whether management frame protection is enabled
|
|
|
+# 0 = disabled (default)
|
|
|
+# 1 = optional
|
|
|
+# 2 = required
|
|
|
+# The most common configuration options for this based on the PMF (protected
|
|
|
+# management frames) certification program are:
|
|
|
+# PMF enabled: ieee80211w=1 and key_mgmt=WPA-EAP WPA-EAP-SHA256
|
|
|
+# PMF required: ieee80211w=2 and key_mgmt=WPA-EAP-SHA256
|
|
|
+# (and similarly for WPA-PSK and WPA-WPSK-SHA256 if WPA2-Personal is used)
|
|
|
+#
|
|
|
# auth_alg: list of allowed IEEE 802.11 authentication algorithms
|
|
|
# OPEN = Open System authentication (required for WPA/WPA2)
|
|
|
# SHARED = Shared Key authentication (requires static WEP keys)
|