]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config.h
Allow PMF to be enabled by default
[thirdparty/hostap.git] / wpa_supplicant / config.h
index 3dbb4a080d58cf2e781f221cdaecf5a933898590..c0aea0b338bf6724387e1e916eaacf6057f0c84f 100644 (file)
@@ -782,6 +782,15 @@ struct wpa_config {
         * default behavior.
         */
        int okc;
+
+       /**
+        * pmf - Whether to enable/require PMF by default
+        *
+        * By default, PMF is disabled unless enabled by the per-network
+        * ieee80211w=1 or ieee80211w=2 parameter. pmf=1/2 can be used to change
+        * this default behavior.
+        */
+       enum mfp_options pmf;
 };