Searched defs:req_dev_type (Results 1 - 9 of 9) 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_validate.c423 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1214 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_validate.c423 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1214 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_validate.c423 static int wps_validate_req_dev_type(const u8 *req_dev_type[], size_t num, argument
1214 wps_validate_req_dev_type(attr.req_dev_type, attr.num_req_dev_type,
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c1946 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
1948 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
1950 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
1951 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
1952 WPA_GET_BE16(&req_dev_type[6]) == 0)
1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
1963 if (dev_type_match(dev_type, req_dev_type[i]))
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1997 attr.req_dev_type,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c1946 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
1948 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
1950 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
1951 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
1952 WPA_GET_BE16(&req_dev_type[6]) == 0)
1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
1963 if (dev_type_match(dev_type, req_dev_type[i]))
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1997 attr.req_dev_type,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c1946 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
1948 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
1950 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
1951 WPA_GET_BE32(&req_dev_type[2]) == 0 &&
1952 WPA_GET_BE16(&req_dev_type[6]) == 0)
1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
1963 if (dev_type_match(dev_type, req_dev_type[i]))
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1997 attr.req_dev_type,

Completed in 355 milliseconds