Home
last modified time | relevance | path

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

/hostap-latest/tests/hwsim/
Dtest_ap_csa.py270 presp_elements="3c0401732409")
/hostap-latest/src/ap/
Dbeacon.c728 if (hapd->conf->presp_elements) in hostapd_probe_resp_elems_len()
729 buflen += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_elems_len()
977 if (hapd->conf->presp_elements) { in hostapd_probe_resp_fill_elems()
978 os_memcpy(pos, wpabuf_head(hapd->conf->presp_elements), in hostapd_probe_resp_fill_elems()
979 wpabuf_len(hapd->conf->presp_elements)); in hostapd_probe_resp_fill_elems()
980 pos += wpabuf_len(hapd->conf->presp_elements); in hostapd_probe_resp_fill_elems()
Dap_config.h737 struct wpabuf *presp_elements; member
Dap_drv_ops.c212 add_buf(&proberesp, hapd->conf->presp_elements); in hostapd_build_ap_extra_ies()
Dap_config.c984 wpabuf_free(conf->presp_elements); in hostapd_config_free_bss()
/hostap-latest/hostapd/
Dconfig_file.c4621 if (parse_wpabuf_hex(line, buf, &bss->presp_elements, pos)) in hostapd_config_fill()