/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 929 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 D | dbus_new_handlers_p2p.c | 982 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 D | p2p_build.c | 822 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 D | p2p_i.h | 478 * 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 D | p2p.c | 833 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 D | p2p.h | 391 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
|
H A D | p2p_parse.c | 492 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 D | p2p_build.c | 822 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 D | p2p.c | 897 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 D | p2p_i.h | 508 * 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 D | p2p.h | 406 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member
|
H A D | p2p_parse.c | 490 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 D | config.h | 785 * wps_vendor_ext - Vendor extension attributes in WPS 787 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
|
H A D | p2p_supplicant.c | 4619 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 D | config.c | 2694 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 822 * wps_vendor_ext - Vendor extension attributes in WPS 824 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member
|
H A D | p2p_supplicant.c | 5700 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 D | config.c | 3069 wpabuf_free(config->wps_vendor_ext[i]); in wpa_config_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.h | 507 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
|
H A D | wps_hostapd.c | 1034 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 D | ap_config.c | 862 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.h | 499 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
|
H A D | wps_hostapd.c | 980 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 D | ap_config.c | 767 wpabuf_free(conf->wps_vendor_ext[i]); in hostapd_config_free_bss()
|