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