Searched refs:req_dev_type (Results 1 - 18 of 18) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_parse.h93 const u8 *req_dev_type[MAX_REQ_DEV_TYPE_COUNT]; member in struct:wps_parse_attr
H A Dwps_attr_parse.c550 attr->req_dev_type[attr->num_req_dev_type] = pos;
H A Dwps_validate.c425 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1216 wps_validate_req_dev_type(attr.req_dev_type, attr.num_req_dev_type,
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_parse.h93 const u8 *req_dev_type[MAX_REQ_DEV_TYPE_COUNT]; member in struct:wps_parse_attr
H A Dwps_attr_parse.c550 attr->req_dev_type[attr->num_req_dev_type] = pos;
H A Dwps_validate.c425 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1216 wps_validate_req_dev_type(attr.req_dev_type, attr.num_req_dev_type,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.h93 const u8 *req_dev_type[MAX_REQ_DEV_TYPE_COUNT]; member in struct:wps_parse_attr
H A Dwps_attr_parse.c550 attr->req_dev_type[attr->num_req_dev_type] = pos;
H A Dwps_validate.c425 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1216 wps_validate_req_dev_type(attr.req_dev_type, attr.num_req_dev_type,
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_group.c736 if (dev_type_list_match(pos, attr.req_dev_type, attr.num_req_dev_type))
745 if (dev_type_list_match(pos, attr.req_dev_type,
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2107 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
2108 WPA_GET_BE16(&req_dev_type[6]) == 0)
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
2147 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
2153 attr.req_dev_type,
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_group.c736 if (dev_type_list_match(pos, attr.req_dev_type, attr.num_req_dev_type))
745 if (dev_type_list_match(pos, attr.req_dev_type,
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2107 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
2108 WPA_GET_BE16(&req_dev_type[6]) == 0)
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
2147 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
2153 attr.req_dev_type,
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_group.c736 if (dev_type_list_match(pos, attr.req_dev_type, attr.num_req_dev_type))
745 if (dev_type_list_match(pos, attr.req_dev_type,
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2107 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
2108 WPA_GET_BE16(&req_dev_type[6]) == 0)
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
2147 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
2153 attr.req_dev_type,
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],

Completed in 1530 milliseconds