Lines Matching defs:ieee80211_mgd_auth_data
380 struct ieee80211_mgd_auth_data { struct
381 struct cfg80211_bss *bss;
382 unsigned long timeout;
383 int tries;
384 u16 algorithm, expected_transaction;
386 u8 key[WLAN_KEY_LEN_WEP104];
387 u8 key_len, key_idx;
388 bool done;
389 bool peer_confirmed;
390 bool timeout_started;
392 u16 sae_trans, sae_status;
393 size_t data_len;
394 u8 data[];