HomeSort by relevance Sort by last modified time
    Searched refs:WPS_DEV_TYPE_LEN (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 117 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN);
118 wpabuf_put_data(msg, dev->pri_dev_type, WPS_DEV_TYPE_LEN);
131 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN * dev->num_sec_dev_types);
133 WPS_DEV_TYPE_LEN * dev->num_sec_dev_types);
147 req_dev_types + i * WPS_DEV_TYPE_LEN,
148 WPS_DEV_TYPE_LEN);
150 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN);
151 wpabuf_put_data(msg, req_dev_types + i * WPS_DEV_TYPE_LEN,
152 WPS_DEV_TYPE_LEN);
357 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
    [all...]
wps.h 61 #define WPS_DEV_TYPE_LEN 8
93 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
95 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
843 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
844 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
wps_attr_parse.c 226 if (len != WPS_DEV_TYPE_LEN) {
517 if (len != WPS_DEV_TYPE_LEN) {
533 (len % WPS_DEV_TYPE_LEN) > 0) {
wps_common.c 456 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
479 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
wps_registrar.c 274 os_memcpy(dst->pri_dev_type, src->pri_dev_type, WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 518 u8 device_type[WPS_DEV_TYPE_LEN];
562 u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
wps_supplicant.c     [all...]
ap.c 279 WPS_DEV_TYPE_LEN);
p2p_supplicant.c 1116 os_memcpy(d->device_type, s->device_type, WPS_DEV_TYPE_LEN);
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 192 WPS_DEV_TYPE_LEN);
397 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN);
398 wpabuf_put_data(buf, p2p->cfg->pri_dev_type, WPS_DEV_TYPE_LEN);
411 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN *
414 WPS_DEV_TYPE_LEN *
p2p_group.c 681 if (end - pos < WPS_DEV_TYPE_LEN + 1)
693 pos += WPS_DEV_TYPE_LEN;
695 if (end - pos < num_sec * WPS_DEV_TYPE_LEN)
702 pos += WPS_DEV_TYPE_LEN;
p2p.c 1049 WPS_DEV_TYPE_LEN);
1053 num_req_dev_types * WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 101 os_malloc(WPS_DEV_TYPE_LEN * entry.array_len);
107 WPS_DEV_TYPE_LEN)
109 os_memcpy(req_dev_types + i * WPS_DEV_TYPE_LEN,
111 WPS_DEV_TYPE_LEN);
735 WPS_DEV_TYPE_LEN))
753 WPS_DEV_TYPE_LEN);
881 entry.array_len != WPS_DEV_TYPE_LEN)
886 WPS_DEV_TYPE_LEN);
897 WPS_DEV_TYPE_LEN)
902 WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 354 u8 device_type[WPS_DEV_TYPE_LEN];
wps_hostapd.c 1047 WPS_DEV_TYPE_LEN);
    [all...]

Completed in 64 milliseconds