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.c429 if (p2p->wps_vendor_ext[i] == NULL) in p2p_build_wps_ie()
432 4 + wpabuf_len(p2p->wps_vendor_ext[i])) in p2p_build_wps_ie()
435 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i])); in p2p_build_wps_ie()
436 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]); in p2p_build_wps_ie()
Dp2p.c589 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_add_device()
590 dev->info.wps_vendor_ext[i] = NULL; in p2p_add_device()
594 if (msg.wps_vendor_ext[i] == NULL) in p2p_add_device()
596 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy( in p2p_add_device()
597 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]); in p2p_add_device()
598 if (dev->info.wps_vendor_ext[i] == NULL) in p2p_add_device()
652 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_device_free()
653 dev->info.wps_vendor_ext[i] = NULL; in p2p_device_free()
2175 wpabuf_free(p2p->wps_vendor_ext[i]); in p2p_remove_wps_vendor_extensions()
2176 p2p->wps_vendor_ext[i] = NULL; in p2p_remove_wps_vendor_extensions()
[all …]
Dp2p_i.h394 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
467 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
Dp2p.h215 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
Dp2p_parse.c363 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.c723 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_device_properties()
726 wpa_s->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_device_properties()
873 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_device_properties()
875 wpa_s->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_device_properties()
879 wpa_s->conf->wps_vendor_ext[i] = NULL; in wpas_dbus_setter_p2p_device_properties()
1227 if (info->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_peer_properties()
1229 vendor_extension[num] = info->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_peer_properties()
1657 if (hapd->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_group_properties()
1659 vendor_ext[num_vendor_ext++] = hapd->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_group_properties()
1717 hapd->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_group_properties()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h369 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
Dp2p_supplicant.c2547 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_init()
2550 global->p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_init()
4090 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_update_config()
4093 p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_update_config()
/external/wpa_supplicant_8/src/ap/
Dap_config.h320 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
Dwps_hostapd.c669 if (hapd->conf->wps_vendor_ext[i] == NULL) in hostapd_wps_set_vendor_ext()
673 wpabuf_dup(hapd->conf->wps_vendor_ext[i]); in hostapd_wps_set_vendor_ext()