Searched refs:vendor_ext (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dwps_dev_attr.c235 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]);
H A Dwps_attr_parse.h101 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member in struct:wps_parse_attr
H A Dwps.h101 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:wps_device_data
H A Dwps_attr_parse.c125 attr->vendor_ext[attr->num_vendor_ext] = pos;
H A Dwps_registrar.c1240 if (reg->wps->dev.vendor_ext[i]) {
1242 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]);
/freebsd-10.0-release/contrib/wpa/src/ap/
H A Dwps_hostapd.c758 wpabuf_free(wps->dev.vendor_ext[i]);
759 wps->dev.vendor_ext[i] = NULL;
764 wps->dev.vendor_ext[i] =
766 if (wps->dev.vendor_ext[i] == NULL) {
768 wpabuf_free(wps->dev.vendor_ext[i]);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c714 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
1977 vendor_ext[i] = NULL;
1979 vendor_ext[num_vendor_ext++] =
1988 vendor_ext,
/freebsd-10.0-release/contrib/wpa/src/p2p/
H A Dp2p.h1691 * @vendor_ext: The vendor extensions to add
1698 const struct wpabuf *vendor_ext);
H A Dp2p_parse.c357 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
H A Dp2p.c2593 const struct wpabuf *vendor_ext)
2597 if (vendor_ext == NULL)
2607 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext);
2592 p2p_add_wps_vendor_extension(struct p2p_data *p2p, const struct wpabuf *vendor_ext) argument

Completed in 105 milliseconds