Home
last modified time | relevance | path

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

/hostap-latest/src/p2p/
Dp2p_invitation.c144 if (p2p->vendor_elem && p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]) in p2p_build_invitation_resp()
145 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]); in p2p_build_invitation_resp()
177 if (p2p->vendor_elem && p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]) in p2p_build_invitation_resp()
178 wpabuf_put_buf(buf, p2p->vendor_elem[VENDOR_ELEM_P2P_INV_RESP]); in p2p_build_invitation_resp()
/hostap-latest/src/common/
Dwpa_ctrl.h505 VENDOR_ELEM_P2P_INV_RESP = 10, enumerator
/hostap-latest/wpa_supplicant/
Dwpa_supplicant.c8844 case VENDOR_ELEM_P2P_INV_RESP: in wpas_vendor_elem()