Lines Matching defs:ieee80211_mgd_assoc_data
401 struct ieee80211_mgd_assoc_data { struct
402 struct {
417 } link[IEEE80211_MLD_MAX_NUM_LINKS];
419 u8 ap_addr[ETH_ALEN] __aligned(2);
422 const u8 *supp_rates;
423 u8 supp_rates_len;
425 unsigned long timeout;
426 int tries;
428 u8 prev_ap_addr[ETH_ALEN];
429 u8 ssid[IEEE80211_MAX_SSID_LEN];
430 u8 ssid_len;
431 bool wmm, uapsd;
432 bool need_beacon;
433 bool synced;
434 bool timeout_started;
435 bool s1g;
437 unsigned int assoc_link_id;
439 u8 fils_nonces[2 * FILS_NONCE_LEN];
440 u8 fils_kek[FILS_MAX_KEK_LEN];
441 size_t fils_kek_len;
443 size_t ie_len;
444 u8 *ie_pos; /* used to fill ie[] with link[].elems */
445 u8 ie[];