Searched refs:assocresp_elements (Results 1 – 6 of 6) sorted by relevance
649 struct wpabuf *assocresp_elements; member
3696 if (hapd->conf->assocresp_elements && in send_assoc_resp()3698 wpabuf_len(hapd->conf->assocresp_elements)) { in send_assoc_resp()3699 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in send_assoc_resp()3700 wpabuf_len(hapd->conf->assocresp_elements)); in send_assoc_resp()3701 p += wpabuf_len(hapd->conf->assocresp_elements); in send_assoc_resp()
198 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies()
821 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
4163 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos))
195 * added assocresp_elements parameter to allow vendor specific elements