Home
last modified time | relevance | path

Searched refs:MAX_WPS_VENDOR_EXTENSIONS (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c2322 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext()
2334 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_getter_p2p_group_vendor_ext()
2381 struct wpabuf *vals[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_setter_p2p_group_vendor_ext()
2402 if (i == MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2405 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2415 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2422 if (i > MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2423 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in wpas_dbus_setter_p2p_group_vendor_ext()
2428 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_setter_p2p_group_vendor_ext()
2457 entry.array_len > MAX_WPS_VENDOR_EXTENSIONS) in wpas_dbus_setter_p2p_group_vendor_ext()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps.h64 #define MAX_WPS_VENDOR_EXTENSIONS 10 macro
100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
Dwps_dev_attr.c230 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wps_build_vendor_ext()
Dwps_registrar.c1254 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wps_set_ie()
/external/wpa_supplicant_8/src/ap/
Dap_config.h405 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
Dwps_hostapd.c936 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in hostapd_wps_set_vendor_ext()
960 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_free_wps()
Dap_config.c511 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_config_free_bss()