Lines Matching defs:ieee80211_mgd_auth_data
399 struct ieee80211_mgd_auth_data { struct
400 struct cfg80211_bss *bss;
401 unsigned long timeout;
402 int tries;
403 u16 algorithm, expected_transaction;
405 unsigned long userspace_selectors[BITS_TO_LONGS(128)];
407 u8 key[WLAN_KEY_LEN_WEP104];
408 u8 key_len, key_idx;
409 bool done, waiting;
410 bool peer_confirmed;
411 bool timeout_started;
412 int link_id;
414 u8 ap_addr[ETH_ALEN] __aligned(2);
416 u16 sae_trans, sae_status;
417 size_t data_len;
418 u8 data[];