Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/p2p/
Dp2p_build.c416 if (p2p->wps_vendor_ext[i] == NULL) in p2p_build_wps_ie()
419 4 + wpabuf_len(p2p->wps_vendor_ext[i])) in p2p_build_wps_ie()
422 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i])); in p2p_build_wps_ie()
423 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]); in p2p_build_wps_ie()
Dp2p.c693 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_add_device()
694 dev->info.wps_vendor_ext[i] = NULL; in p2p_add_device()
698 if (msg.wps_vendor_ext[i] == NULL) in p2p_add_device()
700 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy( in p2p_add_device()
701 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]); in p2p_add_device()
702 if (dev->info.wps_vendor_ext[i] == NULL) in p2p_add_device()
757 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_device_free()
758 dev->info.wps_vendor_ext[i] = NULL; in p2p_device_free()
2470 wpabuf_free(p2p->wps_vendor_ext[i]); in p2p_remove_wps_vendor_extensions()
2471 p2p->wps_vendor_ext[i] = NULL; in p2p_remove_wps_vendor_extensions()
[all …]
Dp2p_i.h416 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
489 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
Dp2p.h212 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
Dp2p_parse.c357 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c766 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_device_properties()
769 wpa_s->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_device_properties()
918 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_device_properties()
920 wpa_s->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_device_properties()
924 wpa_s->conf->wps_vendor_ext[i] = NULL; in wpas_dbus_setter_p2p_device_properties()
1398 if (info->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_peer_vendor_extension()
1400 vendor_extension[num] = info->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_peer_vendor_extension()
1874 if (hapd->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_group_properties()
1877 hapd->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_group_properties()
1938 hapd->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_group_properties()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h367 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
Dp2p_supplicant.c2409 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
2412 global->p2p, wpa_s->conf->wps_vendor_ext[i]);
4032 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
4035 p2p, wpa_s->conf->wps_vendor_ext[i]);
/external/wpa_supplicant_8/src/ap/
Dap_config.h328 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
Dwps_hostapd.c739 if (hapd->conf->wps_vendor_ext[i] == NULL) in hostapd_wps_set_vendor_ext()
743 wpabuf_dup(hapd->conf->wps_vendor_ext[i]); in hostapd_wps_set_vendor_ext()