Lines Matching defs:ieee80211_mgd_assoc_data
397 struct ieee80211_mgd_assoc_data { struct
398 struct cfg80211_bss *bss;
399 const u8 *supp_rates;
401 unsigned long timeout;
402 int tries;
404 u16 capability;
405 u8 prev_bssid[ETH_ALEN];
406 u8 ssid[IEEE80211_MAX_SSID_LEN];
407 u8 ssid_len;
408 u8 supp_rates_len;
409 bool wmm, uapsd;
410 bool need_beacon;
411 bool synced;
412 bool timeout_started;
414 u8 ap_ht_param;
416 struct ieee80211_vht_cap ap_vht_cap;
418 u8 fils_nonces[2 * FILS_NONCE_LEN];
419 u8 fils_kek[FILS_MAX_KEK_LEN];
420 size_t fils_kek_len;
422 size_t ie_len;
423 u8 ie[];