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