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