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