Lines Matching defs:ieee80211_mgd_assoc_data
406 struct ieee80211_mgd_assoc_data { struct
407 struct {
424 } link[IEEE80211_MLD_MAX_NUM_LINKS];
426 u8 ap_addr[ETH_ALEN] __aligned(2);
429 const u8 *supp_rates;
430 u8 supp_rates_len;
432 unsigned long timeout;
433 int tries;
435 u8 prev_ap_addr[ETH_ALEN];
436 u8 ssid[IEEE80211_MAX_SSID_LEN];
437 u8 ssid_len;
438 bool wmm, uapsd;
439 bool need_beacon;
440 bool synced;
441 bool timeout_started;
442 bool comeback; /* whether the AP has requested association comeback */
443 bool s1g;
445 unsigned int assoc_link_id;
447 u8 fils_nonces[2 * FILS_NONCE_LEN];
448 u8 fils_kek[FILS_MAX_KEK_LEN];
449 size_t fils_kek_len;
451 size_t ie_len;
452 u8 *ie_pos; /* used to fill ie[] with link[].elems */
453 u8 ie[];