Searched refs:device_types (Results 1 - 9 of 9) sorted by relevance

/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
H A 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/
H A Ddriver_i.h957 const u8 *device_types,
964 interval, count, device_types,
952 wpa_drv_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int channel, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument
H A Dp2p_supplicant.c9246 u8 *device_types; local
9272 device_types = os_malloc(dev_types_len);
9273 if (!device_types)
9275 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN);
9276 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type,
9282 os_free(device_types);
9287 device_types, dev_types_len,
9293 os_free(device_types);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3766 * @device_types: Device primary and secondary types
3767 * @dev_types_len: Number of bytes for device_types
3775 const u8 *device_types, size_t dev_types_len,
H A Ddriver_nl80211.c9528 unsigned int count, const u8 *device_types,
9564 dev_types_len, device_types) ||
9526 nl80211_p2p_lo_start(void *priv, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3766 * @device_types: Device primary and secondary types
3767 * @dev_types_len: Number of bytes for device_types
3775 const u8 *device_types, size_t dev_types_len,
H A Ddriver_nl80211.c9528 unsigned int count, const u8 *device_types,
9564 dev_types_len, device_types) ||
9526 nl80211_p2p_lo_start(void *priv, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3766 * @device_types: Device primary and secondary types
3767 * @dev_types_len: Number of bytes for device_types
3775 const u8 *device_types, size_t dev_types_len,
H A Ddriver_nl80211.c9528 unsigned int count, const u8 *device_types,
9564 dev_types_len, device_types) ||
9526 nl80211_p2p_lo_start(void *priv, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument

Completed in 274 milliseconds