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 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 459 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
482 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/
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...]
ap.c 421 WPS_DEV_TYPE_LEN);
    [all...]
ctrl_iface.c     [all...]
p2p_supplicant.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 1169 WPS_DEV_TYPE_LEN);
1173 num_req_dev_types * WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 102 os_malloc(WPS_DEV_TYPE_LEN * entry.array_len);
108 WPS_DEV_TYPE_LEN)
110 os_memcpy(req_dev_types + i * WPS_DEV_TYPE_LEN,
112 WPS_DEV_TYPE_LEN);
843 WPS_DEV_TYPE_LEN))
861 WPS_DEV_TYPE_LEN);
964 entry.array_len != WPS_DEV_TYPE_LEN)
969 WPS_DEV_TYPE_LEN);
980 WPS_DEV_TYPE_LEN)
985 WPS_DEV_TYPE_LEN);
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 409 u8 device_type[WPS_DEV_TYPE_LEN];
wps_hostapd.c 1050 WPS_DEV_TYPE_LEN);
    [all...]

Completed in 341 milliseconds