]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/config_ssid.h
Allow hostapd/config.h and wpa_supplicant/config_ssid.h coexist
[thirdparty/hostap.git] / wpa_supplicant / config_ssid.h
index 817046d080a301af141490a62e7eda666a73fb42..3ebf228433f864b4df6851073be01133f6908151 100644 (file)
@@ -318,11 +318,7 @@ struct wpa_ssid {
         * This value is used to configure policy for management frame
         * protection (IEEE 802.11w). 0 = disabled, 1 = optional, 2 = required.
         */
-       enum {
-               NO_IEEE80211W = 0,
-               IEEE80211W_OPTIONAL = 1,
-               IEEE80211W_REQUIRED = 2
-       } ieee80211w;
+       enum mfp_options ieee80211w;
 #endif /* CONFIG_IEEE80211W */
 
        /**