Lines Matching defs:ieee80211_mgd_auth_data
382 struct ieee80211_mgd_auth_data { struct
383 struct cfg80211_bss *bss;
384 unsigned long timeout;
385 int tries;
386 u16 algorithm, expected_transaction;
388 u8 key[WLAN_KEY_LEN_WEP104];
389 u8 key_len, key_idx;
390 bool done, waiting;
391 bool peer_confirmed;
392 bool timeout_started;
393 int link_id;
395 u8 ap_addr[ETH_ALEN] __aligned(2);
397 u16 sae_trans, sae_status;
398 size_t data_len;
399 u8 data[];