Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/p2p/
H A 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()
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.h503 VENDOR_ELEM_P2P_INV_RESP = 10, enumerator
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c9104 case VENDOR_ELEM_P2P_INV_RESP: in wpas_vendor_elem()