Searched refs:p2p_resp_ie (Results 1 – 1 of 1) sorted by relevance
5251 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local5264 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()5265 if (p2p_resp_ie) { in send_assoc_resp()5266 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()5267 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()5268 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()5269 wpabuf_free(p2p_resp_ie); in send_assoc_resp()