Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDap_config.h649 struct wpabuf *assocresp_elements; member
HDieee802_11.c3696 if (hapd->conf->assocresp_elements && in send_assoc_resp()
3698 wpabuf_len(hapd->conf->assocresp_elements)) { in send_assoc_resp()
3699 os_memcpy(p, wpabuf_head(hapd->conf->assocresp_elements), in send_assoc_resp()
3700 wpabuf_len(hapd->conf->assocresp_elements)); in send_assoc_resp()
3701 p += wpabuf_len(hapd->conf->assocresp_elements); in send_assoc_resp()
HDap_drv_ops.c198 add_buf(&assocresp, hapd->conf->assocresp_elements); in hostapd_build_ap_extra_ies()
HDap_config.c821 wpabuf_free(conf->assocresp_elements); in hostapd_config_free_bss()
/freebsd-11-stable/contrib/wpa/hostapd/
HDconfig_file.c4163 if (parse_wpabuf_hex(line, buf, &bss->assocresp_elements, pos))
HDChangeLog195 * added assocresp_elements parameter to allow vendor specific elements