Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
421 struct ieee80211_mgd_auth_data { struct422 struct cfg80211_bss *bss;423 unsigned long timeout;424 int tries;425 u16 algorithm, expected_transaction;427 unsigned long userspace_selectors[BITS_TO_LONGS(128)];429 u8 key[WLAN_KEY_LEN_WEP104];430 u8 key_len, key_idx;431 bool done, waiting;432 bool peer_confirmed;[all …]