HomeSort by relevance Sort by last modified time
    Searched refs:WPS_DEV_TYPE_LEN (Results 1 - 15 of 15) 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);
366 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
    [all...]
wps.h 59 #define WPS_DEV_TYPE_LEN 8
91 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
93 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
846 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
847 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 584 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
607 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
wps_registrar.c 268 os_memcpy(dst->pri_dev_type, src->pri_dev_type, WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 510 u8 device_type[WPS_DEV_TYPE_LEN];
554 u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
wps_supplicant.c     [all...]
ap.c 280 WPS_DEV_TYPE_LEN);
p2p_supplicant.c 948 os_memcpy(d->device_type, s->device_type, WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 191 WPS_DEV_TYPE_LEN);
396 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN);
397 wpabuf_put_data(buf, p2p->cfg->pri_dev_type, WPS_DEV_TYPE_LEN);
410 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN *
413 WPS_DEV_TYPE_LEN *
p2p_group.c 649 if (end - pos < WPS_DEV_TYPE_LEN + 1)
661 pos += WPS_DEV_TYPE_LEN;
663 if (end - pos < num_sec * WPS_DEV_TYPE_LEN)
670 pos += WPS_DEV_TYPE_LEN;
p2p.c 1008 WPS_DEV_TYPE_LEN);
1012 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);
733 WPS_DEV_TYPE_LEN))
751 WPS_DEV_TYPE_LEN);
879 entry.array_len != WPS_DEV_TYPE_LEN)
884 WPS_DEV_TYPE_LEN);
895 WPS_DEV_TYPE_LEN)
900 WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 344 u8 device_type[WPS_DEV_TYPE_LEN];
wps_hostapd.c 851 WPS_DEV_TYPE_LEN);
    [all...]

Completed in 44 milliseconds