Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_invitation.c140 if (p2p->vendor_elem && p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]) in p2p_build_invitation_resp()
141 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]); in p2p_build_invitation_resp()
167 if (p2p->vendor_elem && p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]) in p2p_build_invitation_resp()
168 wpabuf_put_buf(buf, p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]); in p2p_build_invitation_resp()
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.h318 VENDOR_ELEM_P2P_INV_RESP = 10, enumerator
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c6350 case VENDOR_ELEM_P2P_INV_RESP: in wpas_vendor_elem()