Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
365 struct ieee80211_mgd_auth_data { struct366 struct cfg80211_bss *bss;367 unsigned long timeout;368 int tries;369 u16 algorithm, expected_transaction;371 u8 key[WLAN_KEY_LEN_WEP104];372 u8 key_len, key_idx;373 bool done;374 bool timeout_started;376 u16 sae_trans, sae_status;[all …]