Searched refs:assocresp_elements (Results 1 – 6 of 6) sorted by relevance
628 struct wpabuf *assocresp_elements; member
3537 if (hapd->conf->assocresp_elements && in send_assoc_resp()3539 wpabuf_len(hapd->conf->assocresp_elements)) { in send_assoc_resp()3540 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in send_assoc_resp()3541 wpabuf_len(hapd->conf->assocresp_elements)); in send_assoc_resp()3542 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()
718 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
4126 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos)) in hostapd_config_fill()
116 * added assocresp_elements parameter to allow vendor specific elements