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.c5117 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local
5130 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()
5131 if (p2p_resp_ie) { in send_assoc_resp()
5132 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()
5133 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()
5134 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()
5135 wpabuf_free(p2p_resp_ie); in send_assoc_resp()