Home
last modified time | relevance | path

Searched refs:device_types (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
Denterprise_CFM_USBPeripheralHotplugDetect.py100 device_types = self._get_usb_device_type(vendor_id)
102 if 'Microphone' in device_types:
105 if 'Speaker' in device_types:
108 if 'Video' in device_types:
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h957 const u8 *device_types, in wpa_drv_p2p_lo_start() argument
964 interval, count, device_types, in wpa_drv_p2p_lo_start()
Dp2p_supplicant.c9246 u8 *device_types; in wpas_p2p_lo_start() local
9272 device_types = os_malloc(dev_types_len); in wpas_p2p_lo_start()
9273 if (!device_types) in wpas_p2p_lo_start()
9275 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN); in wpas_p2p_lo_start()
9276 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type, in wpas_p2p_lo_start()
9282 os_free(device_types); in wpas_p2p_lo_start()
9287 device_types, dev_types_len, in wpas_p2p_lo_start()
9293 os_free(device_types); in wpas_p2p_lo_start()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3775 const u8 *device_types, size_t dev_types_len,
Ddriver_nl80211.c9528 unsigned int count, const u8 *device_types, in nl80211_p2p_lo_start() argument
9564 dev_types_len, device_types) || in nl80211_p2p_lo_start()