Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c3666 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local
3679 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()
3680 if (p2p_resp_ie) { in send_assoc_resp()
3681 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()
3682 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()
3683 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()
3684 wpabuf_free(p2p_resp_ie); in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5275 struct wpabuf *p2p_resp_ie; in send_assoc_resp() local
5288 p2p_resp_ie = p2p_group_assoc_resp_ie(hapd->p2p_group, status); in send_assoc_resp()
5289 if (p2p_resp_ie) { in send_assoc_resp()
5290 os_memcpy(p, wpabuf_head(p2p_resp_ie), in send_assoc_resp()
5291 wpabuf_len(p2p_resp_ie)); in send_assoc_resp()
5292 p += wpabuf_len(p2p_resp_ie); in send_assoc_resp()
5293 wpabuf_free(p2p_resp_ie); in send_assoc_resp()

Completed in 13 milliseconds