Lines Matching defs:wpa_authenticator
236 struct wpa_authenticator { struct
237 struct wpa_group *group;
239 unsigned int dot11RSNAStatsTKIPRemoteMICFailures;
240 u32 dot11RSNAAuthenticationSuiteSelected;
241 u32 dot11RSNAPairwiseCipherSelected;
242 u32 dot11RSNAGroupCipherSelected;
243 u8 dot11RSNAPMKIDUsed[PMKID_LEN];
244 u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */
245 u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */
246 u32 dot11RSNAGroupCipherRequested; /* FIX: update */
247 unsigned int dot11RSNATKIPCounterMeasuresInvoked;
248 unsigned int dot11RSNA4WayHandshakeFailures;
250 struct wpa_auth_config conf;
251 const struct wpa_auth_callbacks *cb;
252 void *cb_ctx;
254 u8 *wpa_ie;
255 size_t wpa_ie_len;
257 u8 addr[ETH_ALEN];
259 struct rsn_pmksa_cache *pmksa;
260 struct wpa_ft_pmk_cache *ft_pmk_cache;
262 bool non_tx_beacon_prot;
265 struct bitfield *ip_pool;
269 bool is_ml;
270 u8 mld_addr[ETH_ALEN];
271 u8 link_id;
272 bool primary_auth;