HomeSort by relevance Sort by last modified time
    Searched full:supplicant (Results 76 - 100 of 409) sorted by null

1 2 34 5 6 7 8 91011>>

  /test/vts-testcase/fuzz/config/wifi/supplicant/V1_0/iface_fuzzer/
AndroidTest.xml 12 <option name="hal-hidl-package-name" value="android.hardware.wifi.supplicant@1.0"/>
  /test/vts-testcase/hal/wifi/supplicant/V1_0/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/supplicant/V1_0/target
  /test/vts-testcase/hal/wifi/supplicant/V1_0/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/supplicant/V1_0/target_profiling
  /test/vts-testcase/hal/wifi/supplicant/V1_1/adapter/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/supplicant/V1_1/adapter
  /test/vts-testcase/hal/wifi/supplicant/V1_1/target/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/supplicant/V1_1/target
  /test/vts-testcase/hal/wifi/supplicant/V1_1/target_profiling/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/hal/wifi/supplicant/V1_1/target_profiling
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_hidl_test.cpp 21 #include <android/hardware/wifi/supplicant/1.0/ISupplicant.h>
27 using ::android::hardware::wifi::supplicant::V1_0::ISupplicant;
28 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantIface;
29 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
30 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
31 using ::android::hardware::wifi::supplicant::V1_0::IfaceType;
supplicant_sta_iface_hidl_test.cpp 21 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaIface.h>
32 using ::android::hardware::wifi::supplicant::V1_0::IfaceType;
33 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface;
34 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaIfaceCallback;
35 using ::android::hardware::wifi::supplicant::V1_0::ISupplicantStaNetwork;
36 using ::android::hardware::wifi::supplicant::V1_0::SupplicantNetworkId;
37 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatus;
38 using ::android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode;
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_iface.h 18 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaIface.h>
19 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaIfaceCallback.h>
20 #include <android/hardware/wifi/supplicant/1.0/ISupplicantStaNetwork.h>
34 namespace supplicant { namespace in namespace:android::hardware::wifi
44 : public android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface
54 // However Supplicant HAL needs to control the lifetime of these
245 } // namespace supplicant
iface_config_utils.cpp 48 android::hardware::wifi::supplicant::V1_0::WpsConfigMethods;
80 namespace supplicant { namespace in namespace:android::hardware::wifi
178 } // namespace supplicant
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaIfaceCallback.hal 17 package android.hardware.wifi.supplicant@1.0;
20 * Callback Interface exposed by the supplicant service
24 * pass a reference of the object to the supplicant via the
38 * due to rfkill. the supplicant refuses any new operations that would
44 * configuration. the supplicant is not trying to associate with a new
50 * This state is entered when the supplicant starts scanning for a
55 * This state is entered when the supplicant has found a suitable BSS
58 * that use the supplicant as the SME.
62 * This state is entered when the supplicant has found a suitable BSS
72 * (with or without WPA/WPA2), the supplicant remains in this stat
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 37 * struct eapol_state_machine - Per-Supplicant Authenticator state machines
144 u8 addr[ETH_ALEN]; /* Supplicant address */
158 u8 eap_type_supp; /* EAP type of the last EAP packet from Supplicant */
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
iface_config_utils.cpp 48 android::hardware::wifi::supplicant::V1_0::WpsConfigMethods;
80 namespace supplicant { namespace in namespace:android::hardware::wifi
178 } // namespace supplicant
  /external/autotest/server/site_tests/network_WiFi_DisconnectReason/
network_WiFi_DisconnectReason.py 18 the supplicant DisconnectReason for various scenarios."""
72 raise error.TestFail('supplicant DisconnectReason not logged')
control.ap_send_chan_switch 25 reported by supplicant when the AP sends a channel switch message.
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 120 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.Supplicant \
121 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantIface \
122 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantNetwork \
123 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantP2pIface \
124 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantP2pNetwork \
125 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantStaIface \
126 android.hardware.wifi.supplicant@1.0-vts.func_fuzzer.SupplicantStaNetwork \
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 31 import android.hardware.wifi.supplicant.V1_0.ISupplicant;
32 import android.hardware.wifi.supplicant.V1_0.ISupplicantIface;
33 import android.hardware.wifi.supplicant.V1_0.ISupplicantNetwork;
34 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIface;
35 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback;
36 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaIfaceCallback.BssidChangeReason;
37 import android.hardware.wifi.supplicant.V1_0.ISupplicantStaNetwork;
38 import android.hardware.wifi.supplicant.V1_0.IfaceType;
39 import android.hardware.wifi.supplicant.V1_0.SupplicantStatus;
40 import android.hardware.wifi.supplicant.V1_0.SupplicantStatusCode
    [all...]
  /device/linaro/hikey/
manifest.xml 57 <name>android.hardware.wifi.supplicant</name>
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_check1x_PEAP 27 # we presume that supplicant reuses this code between inner authentication
control.wifi_check1x_TTLS 27 # we presume that supplicant reuses this code between inner authentication
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 2 * WPA Supplicant - privilege separation commands
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.h 2 * WPA Supplicant - Windows/NDIS driver interface
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 2 * WPA Supplicant / PC/SC smartcard interface for USIM, GSM SIM
  /external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c 2 * WPA Supplicant - auto scan periodic module
bgscan.h 2 * WPA Supplicant - background scan and roaming interface

Completed in 632 milliseconds

1 2 34 5 6 7 8 91011>>