Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h628 struct wpabuf *assocresp_elements; member
Dieee802_11.c3537 if (hapd->conf->assocresp_elements && in send_assoc_resp()
3539 wpabuf_len(hapd->conf->assocresp_elements)) { in send_assoc_resp()
3540 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in send_assoc_resp()
3541 wpabuf_len(hapd->conf->assocresp_elements)); in send_assoc_resp()
3542 p += wpabuf_len(hapd->conf->assocresp_elements); in send_assoc_resp()
Dap_drv_ops.c198 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies()
Dap_config.c718 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c4126 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos)) in hostapd_config_fill()
DChangeLog116 * added assocresp_elements parameter to allow vendor specific elements