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

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 231 if (dev->vendor_ext[i] == NULL)
234 wpabuf_head_u8(dev->vendor_ext[i]),
235 wpabuf_len(dev->vendor_ext[i]));
237 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i]));
238 wpabuf_put_buf(msg, dev->vendor_ext[i]);
wps_attr_parse.h 96 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member in struct:wps_parse_attr
wps_attr_parse.c 133 attr->vendor_ext[attr->num_vendor_ext] = pos;
wps.h 100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:wps_device_data
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 937 wpabuf_free(wps->dev.vendor_ext[i]);
938 wps->dev.vendor_ext[i] = NULL;
943 wps->dev.vendor_ext[i] =
945 if (wps->dev.vendor_ext[i] == NULL) {
947 wpabuf_free(wps->dev.vendor_ext[i]);
961 wpabuf_free(wps->dev.vendor_ext[i]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 821 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; local
873 vendor_ext[num_vendor_extensions++] =
880 vendor_ext,
2322 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; local
    [all...]
  /external/elfutils/src/libdw/
known-dwarf.h 359 ONE_KNOWN_DW_MACINFO (vendor_ext, DW_MACINFO_vendor_ext) \
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h     [all...]
p2p_parse.c 481 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
p2p.c     [all...]

Completed in 122 milliseconds