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

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 116 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN);
117 wpabuf_put_data(msg, dev->pri_dev_type, WPS_DEV_TYPE_LEN);
130 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN * dev->num_sec_dev_types);
132 WPS_DEV_TYPE_LEN * dev->num_sec_dev_types);
146 req_dev_types + i * WPS_DEV_TYPE_LEN,
147 WPS_DEV_TYPE_LEN);
149 wpabuf_put_be16(msg, WPS_DEV_TYPE_LEN);
150 wpabuf_put_data(msg, req_dev_types + i * WPS_DEV_TYPE_LEN,
151 WPS_DEV_TYPE_LEN);
352 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
    [all...]
wps.h 60 #define WPS_DEV_TYPE_LEN 8
92 u8 pri_dev_type[WPS_DEV_TYPE_LEN];
94 u8 sec_dev_type[WPS_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
873 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN]);
874 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
wps_attr_parse.c 234 if (len != WPS_DEV_TYPE_LEN) {
539 if (len != WPS_DEV_TYPE_LEN) {
555 (len % WPS_DEV_TYPE_LEN) > 0) {
wps_common.c 462 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
485 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
wps_registrar.c 278 os_memcpy(dst->pri_dev_type, src->pri_dev_type, WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
iface_config_utils.cpp 100 WPA_ASSERT(type.size() == WPS_DEV_TYPE_LEN);
101 os_memcpy(wpa_s->conf->device_type, type.data(), WPS_DEV_TYPE_LEN);
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 661 u8 device_type[WPS_DEV_TYPE_LEN];
705 u8 sec_device_type[MAX_SEC_DEVICE_TYPES][WPS_DEV_TYPE_LEN];
    [all...]
wps_supplicant.c     [all...]
p2p_supplicant.c     [all...]
ap.c 436 WPS_DEV_TYPE_LEN);
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 231 WPS_DEV_TYPE_LEN);
788 if (wpabuf_tailroom(buf) < 4 + WPS_DEV_TYPE_LEN)
791 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN);
792 wpabuf_put_data(buf, p2p->cfg->pri_dev_type, WPS_DEV_TYPE_LEN);
810 4 + WPS_DEV_TYPE_LEN * p2p->cfg->num_sec_dev_types)
813 wpabuf_put_be16(buf, WPS_DEV_TYPE_LEN *
816 WPS_DEV_TYPE_LEN *
p2p_group.c 728 if (end - pos < WPS_DEV_TYPE_LEN + 1)
740 pos += WPS_DEV_TYPE_LEN;
742 if (end - pos < num_sec * WPS_DEV_TYPE_LEN)
749 pos += WPS_DEV_TYPE_LEN;
p2p.c 1177 WPS_DEV_TYPE_LEN);
1181 num_req_dev_types * WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 115 os_malloc(WPS_DEV_TYPE_LEN * entry.array_len);
121 WPS_DEV_TYPE_LEN)
123 os_memcpy(req_dev_types + i * WPS_DEV_TYPE_LEN,
125 WPS_DEV_TYPE_LEN);
860 WPS_DEV_TYPE_LEN))
878 WPS_DEV_TYPE_LEN);
1010 entry.array_len != WPS_DEV_TYPE_LEN)
1015 WPS_DEV_TYPE_LEN);
1026 WPS_DEV_TYPE_LEN)
1031 WPS_DEV_TYPE_LEN);
    [all...]
dbus_new_handlers_wps.c 754 WPS_DEV_TYPE_LEN, error)) {
792 if (dev_len != WPS_DEV_TYPE_LEN)
795 os_memcpy(wpa_s->conf->device_type, dev_type, WPS_DEV_TYPE_LEN);
  /external/wpa_supplicant_8/src/ap/
ap_config.h 423 u8 device_type[WPS_DEV_TYPE_LEN];
wps_hostapd.c 1044 WPS_DEV_TYPE_LEN);
    [all...]

Completed in 633 milliseconds