Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.c231 if (dev->vendor_ext[i] == NULL) in wps_build_vendor_ext()
234 wpabuf_head_u8(dev->vendor_ext[i]), in wps_build_vendor_ext()
235 wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext()
237 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext()
238 wpabuf_put_buf(msg, dev->vendor_ext[i]); in wps_build_vendor_ext()
Dwps_attr_parse.h99 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member
Dwps_attr_parse.c133 attr->vendor_ext[attr->num_vendor_ext] = pos; in wps_parse_vendor_ext()
Dwps.h100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
Dwps_registrar.c1255 if (reg->wps->dev.vendor_ext[i]) { in wps_set_ie()
1257 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]); in wps_set_ie()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c839 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; in wpas_dbus_getter_p2p_device_config() local
920 vendor_ext[num_vendor_extensions++] = in wpas_dbus_getter_p2p_device_config()
927 vendor_ext, in wpas_dbus_getter_p2p_device_config()
2392 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext() local
2395 os_memset(vendor_ext, 0, sizeof(vendor_ext)); in wpas_dbus_getter_p2p_group_vendor_ext()
2407 vendor_ext[num_vendor_ext++] = in wpas_dbus_getter_p2p_group_vendor_ext()
2415 vendor_ext, in wpas_dbus_getter_p2p_group_vendor_ext()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c939 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext()
940 wps->dev.vendor_ext[i] = NULL; in hostapd_wps_set_vendor_ext()
945 wps->dev.vendor_ext[i] = in hostapd_wps_set_vendor_ext()
947 if (wps->dev.vendor_ext[i] == NULL) { in hostapd_wps_set_vendor_ext()
949 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext()
963 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_free_wps()
/external/wpa_supplicant_8/src/p2p/
Dp2p_parse.c492 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
Dp2p.h2209 const struct wpabuf *vendor_ext);
Dp2p.c3184 const struct wpabuf *vendor_ext) in p2p_add_wps_vendor_extension() argument
3188 if (vendor_ext == NULL) in p2p_add_wps_vendor_extension()
3198 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext); in p2p_add_wps_vendor_extension()
/external/elfutils/libdw/
Dknown-dwarf.h362 DWARF_ONE_KNOWN_DW_MACINFO (vendor_ext, DW_MACINFO_vendor_ext) \