Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
370 struct ieee80211_mgd_auth_data { struct371 struct cfg80211_bss *bss;372 unsigned long timeout;373 int tries;374 u16 algorithm, expected_transaction;376 u8 key[WLAN_KEY_LEN_WEP104];377 u8 key_len, key_idx;378 bool done;379 bool timeout_started;381 u16 sae_trans, sae_status;[all …]