Home
last modified time | relevance | path

Searched refs:assocresp_elements (Results 1 – 7 of 7) sorted by relevance

/src/contrib/wpa/wpa_supplicant/
H A Dap.c817 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()
/src/contrib/wpa/src/ap/
H A Dieee802_11.c4486 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()
H A Dap_config.h675 struct wpabuf *assocresp_elements; member
H A Dap_drv_ops.c214 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies()
H A Dap_config.c950 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
/src/contrib/wpa/hostapd/
H A DChangeLog275 * added assocresp_elements parameter to allow vendor specific elements
H A Dconfig_file.c4568 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos)) in hostapd_config_fill()