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