|
@@ -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) */
|