Searched refs:assocresp_elements (Results 1 – 4 of 4) 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()