Home
last modified time | relevance | path

Searched refs:wps_vendor_ext (Results 1 - 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c929 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_device_config()
932 wpa_s->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_device_config()
1056 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]); in wpas_dbus_setter_p2p_device_config()
1058 wpa_s->conf->wps_vendor_ext[i] = in wpas_dbus_setter_p2p_device_config()
1062 wpa_s->conf->wps_vendor_ext[i] = NULL; in wpas_dbus_setter_p2p_device_config()
1757 if (info->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_peer_vendor_extension()
1759 vendor_extension[num] = info->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_peer_vendor_extension()
2440 if (hapd->conf->wps_vendor_ext[i] == NULL) in wpas_dbus_getter_p2p_group_vendor_ext()
2443 hapd->conf->wps_vendor_ext[i]; in wpas_dbus_getter_p2p_group_vendor_ext()
2534 wpabuf_free(hapd->conf->wps_vendor_ext[ in wpas_dbus_setter_p2p_group_vendor_ext()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
1109 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]); in wpas_dbus_setter_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()
1812 vendor_extension[num] = info->wps_vendor_ext[i]; 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[ in wpas_dbus_setter_p2p_group_vendor_ext()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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_i.h478 * wps_vendor_ext - WPS Vendor Extensions to add
480 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
610 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
H A Dp2p.c833 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_add_device()
834 dev->info.wps_vendor_ext[i] = NULL; in p2p_add_device()
838 if (msg.wps_vendor_ext[i] == NULL) in p2p_add_device()
840 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy( in p2p_add_device()
841 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]); in p2p_add_device()
842 if (dev->info.wps_vendor_ext[i] == NULL) in p2p_add_device()
935 wpabuf_free(dev->info.wps_vendor_ext[i]); in p2p_device_free()
936 dev->info.wps_vendor_ext[i] = NULL; in p2p_device_free()
3163 wpabuf_free(p2p->wps_vendor_ext[i]); in p2p_remove_wps_vendor_extensions()
3164 p2p->wps_vendor_ext[ in p2p_remove_wps_vendor_extensions()
[all...]
H A Dp2p.h391 struct wpabuf *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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c897 wpabuf_free(dev->info.wps_vendor_ext[i]);
898 dev->info.wps_vendor_ext[i] = NULL;
902 if (msg.wps_vendor_ext[i] == NULL)
904 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
905 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
906 if (dev->info.wps_vendor_ext[i] == NULL)
1008 wpabuf_free(dev->info.wps_vendor_ext[i]);
1009 dev->info.wps_vendor_ext[i] = NULL;
3319 wpabuf_free(p2p->wps_vendor_ext[i]);
3320 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h508 * wps_vendor_ext - WPS Vendor Extensions to add
510 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
666 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
H A Dp2p.h406 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
H A Dp2p_parse.c490 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h785 * wps_vendor_ext - Vendor extension attributes in WPS
787 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
H A Dp2p_supplicant.c4619 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_init()
4622 global->p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_init()
7510 if (wpa_s->conf->wps_vendor_ext[i] == NULL) in wpas_p2p_update_config()
7513 p2p, wpa_s->conf->wps_vendor_ext[i]); in wpas_p2p_update_config()
H A Dconfig.c2694 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h822 * wps_vendor_ext - Vendor extension attributes in WPS
824 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
H A Dp2p_supplicant.c5700 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
5703 global->p2p, wpa_s->conf->wps_vendor_ext[i]);
8885 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
8888 p2p, wpa_s->conf->wps_vendor_ext[i]);
H A Dconfig.c3069 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c862 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h499 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
H A Dwps_hostapd.c980 if (hapd->conf->wps_vendor_ext[i] == NULL) in hostapd_wps_set_vendor_ext()
984 wpabuf_dup(hapd->conf->wps_vendor_ext[i]); in hostapd_wps_set_vendor_ext()
H A Dap_config.c767 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()

Completed in 78 milliseconds