Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2829 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local
2842 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()
2843 if (p2p_resp_ie) { in send_assoc_resp()
2844 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()
2845 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()
2846 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()
2847 wpabuf_free(p2p_resp_ie); in send_assoc_resp()