Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
368 struct ieee80211_mgd_auth_data { struct369 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;[all …]