Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c1034 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_device_config()
1037 wpa_s->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_device_config()
1161 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_device_config()
1163 wpa_s->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_device_config()
1167 wpa_s->conf->wps_vendor_ext[i] = NULL; in wpas_dbus_setter_p2p_device_config()
1862 if (info->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_peer_vendor_extension()
1864 vendor_extension[num] = info->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_peer_vendor_extension()
2561 if (hapd->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_group_vendor_ext()
2564 hapd->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_group_vendor_ext()
2655 wpabuf_free(hapd->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_group_vendor_ext()
[all …]
/hostap-latest/src/p2p/
Dp2p_build.c828 if (p2p->wps_vendor_ext[i] == NULL) in p2p_build_wps_ie()
831 4 + wpabuf_len(p2p->wps_vendor_ext[i])) in p2p_build_wps_ie()
834 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i])); in p2p_build_wps_ie()
835 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]); in p2p_build_wps_ie()
Dp2p.c851 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_add_device()
852 dev->info.wps_vendor_ext[i] = NULL; in p2p_add_device()
856 if (msg.wps_vendor_ext[i] == NULL) in p2p_add_device()
858 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy( in p2p_add_device()
859 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]); in p2p_add_device()
860 if (dev->info.wps_vendor_ext[i] == NULL) in p2p_add_device()
953 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_device_free()
954 dev->info.wps_vendor_ext[i] = NULL; in p2p_device_free()
3222 wpabuf_free(p2p->wps_vendor_ext[i]); in p2p_remove_wps_vendor_extensions()
3223 p2p->wps_vendor_ext[i] = NULL; in p2p_remove_wps_vendor_extensions()
[all …]
Dp2p_i.h483 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
616 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
Dp2p_parse.c511 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
Dp2p.h395 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
/hostap-latest/wpa_supplicant/
Dconfig.h868 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
Dp2p_supplicant.c5066 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_init()
5069 global->p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_init()
8121 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_update_config()
8124 p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_update_config()
Dconfig.c3051 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
/hostap-latest/src/ap/
Dap_config.h538 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
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()
Dap_config.c902 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()