Searched refs:assocresp_elements (Results 1 – 7 of 7) sorted by relevance
817 bss->assocresp_elements = in wpa_supplicant_conf_ap()2077 wpabuf_free(hapd->conf->assocresp_elements); in wpas_ap_update_beacon()2078 hapd->conf->assocresp_elements = NULL; in wpas_ap_update_beacon()2080 hapd->conf->assocresp_elements = in wpas_ap_update_beacon()
4486 if (hapd->conf->assocresp_elements && in ieee80211_ml_build_assoc_resp()4488 wpabuf_len(hapd->conf->assocresp_elements)) { in ieee80211_ml_build_assoc_resp()4489 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in ieee80211_ml_build_assoc_resp()4490 wpabuf_len(hapd->conf->assocresp_elements)); in ieee80211_ml_build_assoc_resp()4491 p += wpabuf_len(hapd->conf->assocresp_elements); in ieee80211_ml_build_assoc_resp()5120 if (hapd->conf->assocresp_elements && in send_assoc_resp()5122 wpabuf_len(hapd->conf->assocresp_elements)) { in send_assoc_resp()5123 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in send_assoc_resp()5124 wpabuf_len(hapd->conf->assocresp_elements)); in send_assoc_resp()5125 p += wpabuf_len(hapd->conf->assocresp_elements); in send_assoc_resp()
675 struct wpabuf *assocresp_elements; member
214 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies()
950 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
275 * added assocresp_elements parameter to allow vendor specific elements
4568 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos)) in hostapd_config_fill()