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

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 235 if (dev->vendor_ext[i] == NULL)
238 wpabuf_head_u8(dev->vendor_ext[i]),
239 wpabuf_len(dev->vendor_ext[i]));
241 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i]));
242 wpabuf_put_buf(msg, dev->vendor_ext[i]);
wps_attr_parse.h 100 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member in struct:wps_parse_attr
wps.h 99 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:wps_device_data
wps_attr_parse.c 125 attr->vendor_ext[attr->num_vendor_ext] = pos;
wps_registrar.c 1202 if (reg->wps->dev.vendor_ext[i]) {
1204 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 760 wpabuf_free(wps->dev.vendor_ext[i]);
761 wps->dev.vendor_ext[i] = NULL;
766 wps->dev.vendor_ext[i] =
768 if (wps->dev.vendor_ext[i] == NULL) {
770 wpabuf_free(wps->dev.vendor_ext[i]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 714 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; local
764 vendor_ext[num_vendor_extensions++] =
771 vendor_ext,
1964 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h     [all...]
p2p_parse.c 357 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
p2p.c     [all...]

Completed in 84 milliseconds