Home
last modified time | relevance | path

Searched refs:presp_elements (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dbeacon.c775 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()
H A Dap_config.h722 struct wpabuf *presp_elements; member
H A Dap_drv_ops.c212 add_buf(&proberesp, hapd->conf->presp_elements); in hostapd_build_ap_extra_ies()
H A Dap_config.c980 wpabuf_free(conf->presp_elements); in hostapd_config_free_bss()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4598 if (parse_wpabuf_hex(line, buf, &bss->presp_elements, pos)) in hostapd_config_fill()