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