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.c2333 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext()
2345 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_getter_p2p_group_vendor_ext()
2392 struct wpabuf *vals[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_setter_p2p_group_vendor_ext()
2413 if (i == MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2416 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2426 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2433 if (i > MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2434 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in wpas_dbus_setter_p2p_group_vendor_ext()
2439 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_setter_p2p_group_vendor_ext()
2468 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.h426 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
Dap_config.c523 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_config_free_bss()
Dwps_hostapd.c944 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in hostapd_wps_set_vendor_ext()
968 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_free_wps()