Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
408 struct ieee80211_mgd_auth_data { struct409 struct cfg80211_bss *bss;410 unsigned long timeout;411 int tries;412 u16 algorithm, expected_transaction;414 unsigned long userspace_selectors[BITS_TO_LONGS(128)];416 u8 key[WLAN_KEY_LEN_WEP104];417 u8 key_len, key_idx;418 bool done, waiting;419 bool peer_confirmed;[all …]