Searched defs:ieee80211_mgd_auth_data (Results 1 – 1 of 1) sorted by relevance
416 struct ieee80211_mgd_auth_data { struct417 struct cfg80211_bss *bss;418 unsigned long timeout;419 int tries;420 u16 algorithm, expected_transaction;422 unsigned long userspace_selectors[BITS_TO_LONGS(128)];424 u8 key[WLAN_KEY_LEN_WEP104];425 u8 key_len, key_idx;426 bool done, waiting;427 bool peer_confirmed;[all …]