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