Home
last modified time | relevance | path

Searched refs:resp_sta_profile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c598 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()
606 ptr = link->resp_sta_profile; in hostapd_eid_eht_basic_ml_common()
H A Dsta_info.h96 u8 *resp_sta_profile; member
H A Dbeacon.c1029 os_free(link_info->resp_sta_profile); in hostapd_fill_probe_resp_ml_params()
1030 link_info->resp_sta_profile = os_memdup( in hostapd_fill_probe_resp_ml_params()
1032 if (!link_info->resp_sta_profile) in hostapd_fill_probe_resp_ml_params()
H A Dsta_info.c1884 os_free(info->links[i].resp_sta_profile); in ap_sta_free_sta_profile()
1885 info->links[i].resp_sta_profile = NULL; in ap_sta_free_sta_profile()
H A Dieee802_11.c4495 os_free(link->resp_sta_profile); in ieee80211_ml_build_assoc_resp()
4496 link->resp_sta_profile = os_memdup(buf, p - buf); in ieee80211_ml_build_assoc_resp()
4497 link->resp_sta_profile_len = link->resp_sta_profile ? p - buf : 0; in ieee80211_ml_build_assoc_resp()
4565 li->resp_sta_profile = NULL; in ieee80211_ml_process_link()