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

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

Completed in 123 milliseconds