HomeSort by relevance Sort by last modified time
    Searched defs:devtype (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 358 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
368 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
369 sizeof(devtype)));
wps.c 602 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
606 devtype,
607 sizeof(devtype)));
wps_registrar.c 3415 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_parse.c 23 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
171 wps_dev_type_bin2str(msg->pri_dev_type, devtype,
172 sizeof(devtype)),
345 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
348 wps_dev_type_bin2str(msg->wps_pri_dev_type, devtype,
349 sizeof(devtype)));
553 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
571 devtype,
572 sizeof(devtype)));
581 devtype, sizeof(devtype)))
637 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /system/vold/
DirectVolume.cpp 97 const char *devtype = evt->findParam("DEVTYPE"); local
111 if (!strcmp(devtype, "disk")) {
127 if (!strcmp(devtype, "disk")) {
133 if (!strcmp(devtype, "disk")) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 68 char *devtype[] = {"Disk", "Tape", "Printer", "Processor", "WORM", local
91 fprintf(stderr, "Device Type: %s\n", devtype[inq.perfdt]);
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 931 uint32_t cod, devtype; local
954 sizeof(devtype), &devtype);
    [all...]
btif_storage.c 60 #define BTIF_STORAGE_PATH_REMOTE_DEVTYPE "DevType"
500 if (btif_config_get_int("Remote", kname, "DevType", &device_type) &&
835 uint32_t cod, devtype; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 161 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
170 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
171 sizeof(devtype)));
187 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
188 sizeof(devtype)));
242 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
250 wps_dev_type_bin2str(pri_dev_type, devtype,
251 sizeof(devtype)),
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c 1113 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
1122 wps_dev_type_bin2str(dev->pri_dev_type, devtype,
1123 sizeof(devtype)));
    [all...]
ctrl_iface.c 4189 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
p2p_supplicant.c 1224 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
2290 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 3061 char devtype[WPS_DEV_TYPE_BUFSIZE]; local
    [all...]

Completed in 574 milliseconds