Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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()