/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 | 593 char devtype[WPS_DEV_TYPE_BUFSIZE]; local 597 devtype, 598 sizeof(devtype)));
|
wps_registrar.c | 3387 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 | 900 uint32_t cod, devtype; local 923 sizeof(devtype), &devtype); [all...] |
btif_storage.c | 65 #define BTIF_STORAGE_PATH_REMOTE_DEVTYPE "DevType" 756 uint32_t cod, devtype; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
wps_hostapd.c | 154 char devtype[WPS_DEV_TYPE_BUFSIZE]; local 163 wps_dev_type_bin2str(dev->pri_dev_type, devtype, 164 sizeof(devtype))); 180 wps_dev_type_bin2str(dev->pri_dev_type, devtype, 181 sizeof(devtype))); 235 char devtype[WPS_DEV_TYPE_BUFSIZE]; local 243 wps_dev_type_bin2str(pri_dev_type, devtype, 244 sizeof(devtype)), [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wps_supplicant.c | 1062 char devtype[WPS_DEV_TYPE_BUFSIZE]; local 1071 wps_dev_type_bin2str(dev->pri_dev_type, devtype, 1072 sizeof(devtype))); [all...] |
ctrl_iface.c | 3680 char devtype[WPS_DEV_TYPE_BUFSIZE]; local [all...] |
p2p_supplicant.c | 1182 char devtype[WPS_DEV_TYPE_BUFSIZE]; local 2087 char devtype[WPS_DEV_TYPE_BUFSIZE]; local [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_test.c | 3073 char devtype[WPS_DEV_TYPE_BUFSIZE]; local [all...] |