Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c2427 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext()
2439 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_getter_p2p_group_vendor_ext()
2486 struct wpabuf *vals[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_setter_p2p_group_vendor_ext()
2507 if (i == MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2510 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2520 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2527 if (i > MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2528 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in wpas_dbus_setter_p2p_group_vendor_ext()
2533 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_setter_p2p_group_vendor_ext()
2562 entry.array_len > MAX_WPS_VENDOR_EXTENSIONS) in wpas_dbus_setter_p2p_group_vendor_ext()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c2496 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext()
2508 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_getter_p2p_group_vendor_ext()
2555 struct wpabuf *vals[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_setter_p2p_group_vendor_ext()
2576 if (i == MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2579 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2589 i = MAX_WPS_VENDOR_EXTENSIONS + 1; in wpas_dbus_setter_p2p_group_vendor_ext()
2596 if (i > MAX_WPS_VENDOR_EXTENSIONS) { in wpas_dbus_setter_p2p_group_vendor_ext()
2597 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in wpas_dbus_setter_p2p_group_vendor_ext()
2602 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wpas_dbus_setter_p2p_group_vendor_ext()
2631 entry.array_len > MAX_WPS_VENDOR_EXTENSIONS) in wpas_dbus_setter_p2p_group_vendor_ext()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c1305 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wps_set_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c1315 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in wps_set_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h499 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
Dwps_hostapd.c976 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in hostapd_wps_set_vendor_ext()
1000 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_free_wps()
Dap_config.c766 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h507 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS];
Dwps_hostapd.c1030 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) { in hostapd_wps_set_vendor_ext()
1069 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_free_wps()
Dap_config.c860 for (i = 0; i < MAX_WPS_VENDOR_EXTENSIONS; i++) in hostapd_config_free_bss()