Lines Matching refs:link
536 struct mld_link_info *link = &mld_info->links[link_id]; in hostapd_eid_eht_basic_ml_common() local
546 link->resp_sta_profile_len; in hostapd_eid_eht_basic_ml_common()
549 if (link_id == hapd->mld_link_id || !link->valid) in hostapd_eid_eht_basic_ml_common()
581 wpabuf_put_data(buf, link->local_addr, ETH_ALEN); in hostapd_eid_eht_basic_ml_common()
598 if (!link->resp_sta_profile) in hostapd_eid_eht_basic_ml_common()
603 wpabuf_put_data(buf, link->resp_sta_profile, in hostapd_eid_eht_basic_ml_common()
604 link->resp_sta_profile_len); in hostapd_eid_eht_basic_ml_common()
606 ptr = link->resp_sta_profile; in hostapd_eid_eht_basic_ml_common()
607 len = link->resp_sta_profile_len; in hostapd_eid_eht_basic_ml_common()
755 struct mld_link_info *link; in hostapd_eid_eht_ml_len() local
758 link = &info->links[link_id]; in hostapd_eid_eht_ml_len()
759 if (!link->valid) in hostapd_eid_eht_ml_len()
762 sta_len += link->resp_sta_profile_len; in hostapd_eid_eht_ml_len()