Searched refs:p2p_resp_ie (Results 1 – 1 of 1) sorted by relevance
3507 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local3520 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()3521 if (p2p_resp_ie) { in send_assoc_resp()3522 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()3523 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()3524 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()3525 wpabuf_free(p2p_resp_ie); in send_assoc_resp()