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