Searched defs:dev_type_list_match (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.c1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], function
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1996 if (dev_type_list_match(p2p->cfg->sec_dev_type[i],
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.c1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], function
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1996 if (dev_type_list_match(p2p->cfg->sec_dev_type[i],
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.c1958 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], function
1991 if (dev_type_list_match(p2p->cfg->pri_dev_type, attr.req_dev_type,
1996 if (dev_type_list_match(p2p->cfg->sec_dev_type[i],

Completed in 101 milliseconds