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

/freebsd-11-stable/stand/uboot/common/
H A Dmain.c58 } device_types[] = { variable in typeref:struct:device_type
148 for (i = 0; i < nitems(device_types); i++) {
149 dt = &device_types[i];
168 for (i = 0; i < nitems(device_types); i++)
169 if (device_types[i].type == type)
170 return (device_types[i].name);
202 * For valid type names, see the device_types array, above.
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h991 const u8 *device_types,
998 interval, count, device_types,
986 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.c9505 u8 *device_types; local
9531 device_types = os_malloc(dev_types_len);
9532 if (!device_types)
9534 os_memcpy(device_types, wpa_s->conf->device_type, WPS_DEV_TYPE_LEN);
9535 os_memcpy(&device_types[WPS_DEV_TYPE_LEN], wpa_s->conf->sec_device_type,
9541 os_free(device_types);
9546 device_types, dev_types_len,
9552 os_free(device_types);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h4129 * @device_types: Device primary and secondary types
4130 * @dev_types_len: Number of bytes for device_types
4138 const u8 *device_types, size_t dev_types_len,

Completed in 123 milliseconds