Lines Matching defs:ieee80211_mgd_assoc_data
385 struct ieee80211_mgd_assoc_data { struct
386 struct cfg80211_bss *bss;
387 const u8 *supp_rates;
389 unsigned long timeout;
390 int tries;
392 u16 capability;
393 u8 prev_bssid[ETH_ALEN];
394 u8 ssid[IEEE80211_MAX_SSID_LEN];
395 u8 ssid_len;
396 u8 supp_rates_len;
397 bool wmm, uapsd;
398 bool need_beacon;
399 bool synced;
400 bool timeout_started;
402 u8 ap_ht_param;
404 struct ieee80211_vht_cap ap_vht_cap;
406 u8 fils_nonces[2 * FILS_NONCE_LEN];
407 u8 fils_kek[FILS_MAX_KEK_LEN];
408 size_t fils_kek_len;
410 size_t ie_len;
411 u8 ie[];