Searched refs:presp_elements (Results 1 – 5 of 5) sorted by relevance
775 if (hapd->conf->presp_elements) in hostapd_probe_resp_elems_len()776 buflen += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_elems_len()1044 if (hapd->conf->presp_elements) { in hostapd_probe_resp_fill_elems()1045 os_memcpy(pos, wpabuf_head(hapd->conf->presp_elements), in hostapd_probe_resp_fill_elems()1046 wpabuf_len(hapd->conf->presp_elements)); in hostapd_probe_resp_fill_elems()1047 pos += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_fill_elems()
722 struct wpabuf *presp_elements; member
212 add_buf(&proberesp, hapd->conf->presp_elements); in hostapd_build_ap_extra_ies()
980 wpabuf_free(conf->presp_elements); in hostapd_config_free_bss()
4598 if (parse_wpabuf_hex(line, buf, &bss->presp_elements, pos)) in hostapd_config_fill()