Lines Matching defs:ieee80211_mgd_assoc_data
423 struct ieee80211_mgd_assoc_data { struct
424 struct {
441 } link[IEEE80211_MLD_MAX_NUM_LINKS];
443 u8 ap_addr[ETH_ALEN] __aligned(2);
446 const u8 *supp_rates;
447 u8 supp_rates_len;
449 unsigned long userspace_selectors[BITS_TO_LONGS(128)];
451 unsigned long timeout;
452 int tries;
454 u8 prev_ap_addr[ETH_ALEN];
455 u8 ssid[IEEE80211_MAX_SSID_LEN];
456 u8 ssid_len;
457 bool wmm, uapsd;
458 bool need_beacon;
459 bool synced;
460 bool timeout_started;
461 bool comeback; /* whether the AP has requested association comeback */
462 bool s1g;
463 bool spp_amsdu;
465 unsigned int assoc_link_id;
467 u8 fils_nonces[2 * FILS_NONCE_LEN];
468 u8 fils_kek[FILS_MAX_KEK_LEN];
469 size_t fils_kek_len;
471 size_t ie_len;
472 u8 *ie_pos; /* used to fill ie[] with link[].elems */
473 u8 ie[];