Home | History | Annotate | Download | only in p2p

Lines Matching refs:wps

15 #include "wps/wps_defs.h"
16 #include "wps/wps_i.h"
707 * @wps: WPS TLVs from Probe Request frame (concatenated WPS IEs)
711 * WPS IE with the device types of a group member for deciding whether a GO
715 struct wpabuf *wps)
721 if (m->client_info == NULL || wps == NULL)
731 if (wps_parse_msg(wps, &attr))
757 int p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps)
761 if (p2p_match_dev_type(group->p2p, wps))
765 if (p2p_match_dev_type_member(m, wps))