Searched refs:presp_elements (Results 1 – 5 of 5) sorted by relevance
653 if (hapd->conf->presp_elements) in hostapd_probe_resp_elems_len()654 buflen += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_elems_len()895 if (hapd->conf->presp_elements) { in hostapd_probe_resp_fill_elems()896 os_memcpy(pos, wpabuf_head(hapd->conf->presp_elements), in hostapd_probe_resp_fill_elems()897 wpabuf_len(hapd->conf->presp_elements)); in hostapd_probe_resp_fill_elems()898 pos += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_fill_elems()
716 struct wpabuf *presp_elements; member
212 add_buf(&proberesp, hapd->conf->presp_elements); in hostapd_build_ap_extra_ies()
972 wpabuf_free(conf->presp_elements); in hostapd_config_free_bss()
4546 if (parse_wpabuf_hex(line, buf, &bss->presp_elements, pos)) in hostapd_config_fill()