Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c982 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_device_config()
985 wpa_s->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_device_config()
1111 wpa_s->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_device_config()
1115 wpa_s->conf->wps_vendor_ext[i] = NULL; in wpas_dbus_setter_p2p_device_config()
1810 if (info->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_peer_vendor_extension()
2509 if (hapd->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_group_vendor_ext()
2512 hapd->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_group_vendor_ext()
2603 wpabuf_free(hapd->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_group_vendor_ext()
2604 hapd->conf->wps_vendor_ext[i] = vals[i]; in wpas_dbus_setter_p2p_group_vendor_ext()
2637 hapd->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_group_vendor_ext()
[all …]
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_build.c822 if (p2p->wps_vendor_ext[i] == NULL) in p2p_build_wps_ie()
825 4 + wpabuf_len(p2p->wps_vendor_ext[i])) in p2p_build_wps_ie()
828 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i])); in p2p_build_wps_ie()
829 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]); in p2p_build_wps_ie()
H A Dp2p.c837 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_add_device()
838 dev->info.wps_vendor_ext[i] = NULL; in p2p_add_device()
842 if (msg.wps_vendor_ext[i] == NULL) in p2p_add_device()
844 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy( in p2p_add_device()
846 if (dev->info.wps_vendor_ext[i] == NULL) in p2p_add_device()
939 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_device_free()
940 dev->info.wps_vendor_ext[i] = NULL; in p2p_device_free()
3191 wpabuf_free(p2p->wps_vendor_ext[i]); in p2p_remove_wps_vendor_extensions()
3192 p2p->wps_vendor_ext[i] = NULL; in p2p_remove_wps_vendor_extensions()
3206 if (p2p->wps_vendor_ext[i] == NULL) in p2p_add_wps_vendor_extension()
[all …]
H A Dp2p_i.h480 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
613 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
H A Dp2p_parse.c492 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
H A Dp2p.h393 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.h818 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
H A Dp2p_supplicant.c4953 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_init()
4956 global->p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_init()
7995 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_update_config()
7998 p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_update_config()
H A Dconfig.c2930 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h507 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
H A Dwps_hostapd.c1034 if (hapd->conf->wps_vendor_ext[i] == NULL) in hostapd_wps_set_vendor_ext()
1038 wpabuf_dup(hapd->conf->wps_vendor_ext[i]); in hostapd_wps_set_vendor_ext()
H A Dap_config.c861 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()