Searched refs:dev_type (Results 1 - 23 of 23) sorted by relevance

/external/sepolicy/
H A Dtee.te6 type tee_device, dev_type;
H A Dattributes6 attribute dev_type;
H A Dapp.te220 neverallow appdomain dev_type:blk_file { read write };
H A Dsystem_server.te459 neverallow system_server { dev_type -frp_block_device }:blk_file no_rw_file_perms;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_dev_attr.c341 const u8 *dev_type)
347 if (dev_type == NULL) {
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
340 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) argument
H A Dwps_common.c461 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) argument
466 WPA_PUT_BE16(dev_type, atoi(str));
471 if (hexstr2bin(pos, &dev_type[2], 4))
477 WPA_PUT_BE16(&dev_type[6], atoi(pos));
484 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, argument
490 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]),
491 WPA_GET_BE16(&dev_type[6]));
H A Dwps.h863 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
864 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/wpa_supplicant_8/src/wps/
H A Dwps_dev_attr.c341 const u8 *dev_type)
347 if (dev_type == NULL) {
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
340 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) argument
H A Dwps_common.c461 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) argument
466 WPA_PUT_BE16(dev_type, atoi(str));
471 if (hexstr2bin(pos, &dev_type[2], 4))
477 WPA_PUT_BE16(&dev_type[6], atoi(pos));
484 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, argument
490 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]),
491 WPA_GET_BE16(&dev_type[6]));
H A Dwps.h863 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
864 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_dev_attr.c341 const u8 *dev_type)
347 if (dev_type == NULL) {
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
340 wps_process_primary_dev_type(struct wps_device_data *dev, const u8 *dev_type) argument
H A Dwps_common.c461 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]) argument
466 WPA_PUT_BE16(dev_type, atoi(str));
471 if (hexstr2bin(pos, &dev_type[2], 4))
477 WPA_PUT_BE16(&dev_type[6], atoi(pos));
484 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf, argument
490 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]),
491 WPA_GET_BE16(&dev_type[6]));
H A Dwps.h863 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
864 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c711 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
715 wps_dev_type_bin2str(ap->pri_dev_type, dev_type,
716 sizeof(dev_type));
718 dev_type[0] = '\0';
722 uuid_str, MAC2STR(ap->mac_addr), dev_type, ap->wps_state,
745 char dev_type[WPS_DEV_TYPE_BUFSIZE]; local
749 wps_dev_type_bin2str(enrollee->pri_dev_type, dev_type,
750 sizeof(dev_type));
752 dev_type[0] = '\0';
758 enrollee->config_methods, enrollee->dev_passwd_id, dev_type,
[all...]
H A Dctrl_iface.c4558 u8 dev_type[WPS_DEV_TYPE_LEN], *_dev_type = NULL; local
4583 pos = os_strstr(cmd, "dev_type=");
4586 if (wps_dev_type_str2bin(pos, dev_type) < 0)
4588 _dev_type = dev_type;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h848 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[],
H A Dp2p.c2102 static int dev_type_match(const u8 *dev_type, const u8 *req_dev_type) argument
2104 if (os_memcmp(dev_type, req_dev_type, WPS_DEV_TYPE_LEN) == 0)
2106 if (os_memcmp(dev_type, req_dev_type, 2) == 0 &&
2114 int dev_type_list_match(const u8 *dev_type, const u8 *req_dev_type[], argument
2119 if (dev_type_match(dev_type, req_dev_type[i]))
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h519 int dev_type; member in struct:midi_info
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp514 * dev_type=1-0050f204-1 dev_name='Wireless Client'
523 QString dev_type; local
535 else if (str.startsWith("dev_type=") && dev_type.isEmpty())
536 dev_type = str.mid(pos);
550 if (!dev_type.isEmpty())
551 item->setData(dev_type, peer_role_pri_dev_type);

Completed in 367 milliseconds