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

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_dev_attr.c231 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]);
H A Dwps_attr_parse.h99 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member in struct:wps_parse_attr
H A Dwps_attr_parse.c144 attr->vendor_ext[attr->num_vendor_ext] = pos;
H A Dwps.h100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:wps_device_data
H A Dwps_registrar.c1306 if (reg->wps->dev.vendor_ext[i]) {
1308 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c850 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; local
931 vendor_ext[num_vendor_extensions++] =
938 vendor_ext,
2427 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; local
2430 os_memset(vendor_ext, 0, sizeof(vendor_ext));
2442 vendor_ext[num_vendor_ext++] =
2450 vendor_ext,
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwps_hostapd.c977 wpabuf_free(wps->dev.vendor_ext[i]);
978 wps->dev.vendor_ext[i] = NULL;
983 wps->dev.vendor_ext[i] =
985 if (wps->dev.vendor_ext[i] == NULL) {
987 wpabuf_free(wps->dev.vendor_ext[i]);
1001 wpabuf_free(wps->dev.vendor_ext[i]);
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_parse.c492 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
H A Dp2p.h2213 * @vendor_ext: The vendor extensions to add
2220 const struct wpabuf *vendor_ext);
H A Dp2p.c3168 const struct wpabuf *vendor_ext)
3172 if (vendor_ext == NULL)
3182 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext);
3167 p2p_add_wps_vendor_extension(struct p2p_data *p2p, const struct wpabuf *vendor_ext) argument

Completed in 116 milliseconds