]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/config.h
Allow hostapd/config.h and wpa_supplicant/config_ssid.h coexist
[thirdparty/hostap.git] / hostapd / config.h
index ea530d45d16906334a92b79d758519417769f7d4..fbcc353ca21c6965a09dc92767c0ce8f807cd2ab 100644 (file)
@@ -205,11 +205,7 @@ struct hostapd_bss_config {
        int wpa; /* bitfield of WPA_PROTO_WPA, WPA_PROTO_RSN */
        int wpa_key_mgmt;
 #ifdef CONFIG_IEEE80211W
-       enum {
-               NO_IEEE80211W = 0,
-               IEEE80211W_OPTIONAL = 1,
-               IEEE80211W_REQUIRED = 2
-       } ieee80211w;
+       enum mfp_options ieee80211w;
        /* dot11AssociationSAQueryMaximumTimeout (in TUs) */
        unsigned int assoc_sa_query_max_timeout;
        /* dot11AssociationSAQueryRetryTimeout (in TUs) */