Lines Matching defs:ieee80211_mgd_auth_data
371 struct ieee80211_mgd_auth_data { struct
372 struct cfg80211_bss *bss;
373 unsigned long timeout;
374 int tries;
375 u16 algorithm, expected_transaction;
377 u8 key[WLAN_KEY_LEN_WEP104];
378 u8 key_len, key_idx;
379 bool done;
380 bool peer_confirmed;
381 bool timeout_started;
383 u16 sae_trans, sae_status;
384 size_t data_len;
385 u8 data[];