Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.c221 if (dev->vendor_ext[i] == NULL) in wps_build_vendor_ext()
224 wpabuf_head_u8(dev->vendor_ext[i]), in wps_build_vendor_ext()
225 wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext()
227 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext()
228 wpabuf_put_buf(msg, dev->vendor_ext[i]); in wps_build_vendor_ext()
Dwps_i.h206 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member
Dwps_attr_parse.c124 attr->vendor_ext[attr->num_vendor_ext] = pos; in wps_parse_vendor_ext()
Dwps.h97 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
Dwps_registrar.c1130 if (reg->wps->dev.vendor_ext[i]) { in wps_set_ie()
1132 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]); in wps_set_ie()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c736 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext()
737 wps->dev.vendor_ext[i] = NULL; in hostapd_wps_set_vendor_ext()
742 wps->dev.vendor_ext[i] = in hostapd_wps_set_vendor_ext()
744 if (wps->dev.vendor_ext[i] == NULL) { in hostapd_wps_set_vendor_ext()
746 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c718 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; in wpas_dbus_getter_p2p_device_properties() local
768 vendor_ext[num_vendor_extensions++] = in wpas_dbus_getter_p2p_device_properties()
775 vendor_ext, in wpas_dbus_getter_p2p_device_properties()
1806 const struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_properties() local
1876 vendor_ext[num_vendor_ext++] = in wpas_dbus_getter_p2p_group_properties()
1881 vendor_ext, num_vendor_ext)) in wpas_dbus_getter_p2p_group_properties()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h1597 const struct wpabuf *vendor_ext);
Dp2p_parse.c357 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
Dp2p.c2477 const struct wpabuf *vendor_ext) in p2p_add_wps_vendor_extension() argument
2481 if (vendor_ext == NULL) in p2p_add_wps_vendor_extension()
2491 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext); in p2p_add_wps_vendor_extension()