/external/wpa_supplicant_8/src/ap/ |
pmksa_cache_auth.c | 267 * @spa: Supplicant address 274 * cache. If an old entry is already in the cache for the same Supplicant, 306 * @spa: Supplicant address 362 * already in the cache for the same Supplicant, this entry will be replaced 469 * @spa: Supplicant address or %NULL to match any 503 * @spa: Supplicant address 507 * Use opportunistic key caching (OKC) to find a PMK for a supplicant.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiNative.java | 66 * Native calls for bring up/shut down of the supplicant daemon and for 67 * sending requests to the supplicant daemon 272 /** Helper method invoked to start supplicant if there were no ifaces */ 334 /** Helper method invoked to start supplicant if there were no STA ifaces */ 339 Log.e(TAG, "Failed to enable supplicant"); 343 Log.e(TAG, "Failed to connect to supplicant"); 348 Log.e(TAG, "Failed to register supplicant death handler"); 356 /** Helper method invoked to stop supplicant if there are no more STA ifaces */ 361 Log.e(TAG, "Failed to deregister supplicant death handler"); 364 Log.e(TAG, "Failed to disable supplicant"); [all...] |
SelfRecovery.java | 31 * 3. TBD: supplicant crashes during normal operation.
|
/frameworks/base/proto/src/ |
wifi.proto | 389 // Total number of times supplicant crashed. 396 // supplicant on |WifiNative.setupInterfaceForClientMode|. 605 // Reasons for level 2 failure (needs to be coordinated with wpa-supplicant). 726 // Supplicant Association Rejection event. Code contains the 802.11 729 // Supplicant L2 event, 732 // Supplicant L2 event 735 // Supplicant L2 event 738 // Supplicant L2 event 741 // Supplicant L2 event 753 // Indicator that Supplicant is targeting a BSSID for roam/connectio [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ap.h | 2 * WPA Supplicant - Basic AP mode support routines
|
autoscan.c | 2 * WPA Supplicant - auto scan
|
preauth_test.c | 2 * WPA Supplicant - test code for pre-authentication 8 * IEEE 802.1X Supplicant test code (to be used in place of wpa_supplicant.c.
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.h | 2 * WPA Supplicant / dbus-based control interface
|
dbus_old_handlers_wps.c | 2 * WPA Supplicant / dbus-based control interface (WPS)
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
p2p_disconnect.py | 79 # Try to see if supplicant knows about interface
|
p2p_flush.py | 79 # Try to see if supplicant knows about interface
|
p2p_stop_find.py | 81 # Try to see if supplicant knows about interface
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pConfig.java | 73 throw new IllegalArgumentException("Malformed supplicant event");
|
/test/vts/tools/build/tasks/list/ |
vts_test_lib_hidl_package_list.mk | 104 android.hardware.wifi.supplicant@1.0-vts.driver \ 105 android.hardware.wifi.supplicant@1.1-vts.driver \ 197 android.hardware.wifi.supplicant@1.0-vts.profiler \ 198 android.hardware.wifi.supplicant@1.1-vts.profiler \
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
WifiConfigHelper.java | 156 * Did this config come out of the supplicant? NOT "Is the config currently in the supplicant?"
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
sta_iface.cpp | 25 using android::hardware::wifi::supplicant::V1_0::ISupplicantStaIface; 26 using android::hardware::wifi::supplicant::V1_0::SupplicantStatus; 27 using android::hardware::wifi::supplicant::V1_0::SupplicantStatusCode; 28 using android::hardware::wifi::supplicant::V1_0::implementation::HidlManager; 157 namespace supplicant { namespace in namespace:android::hardware::wifi 1018 } // namespace supplicant
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/ |
SupplicantP2pIfaceHalTest.java | 30 import android.hardware.wifi.supplicant.V1_0.ISupplicant; 31 import android.hardware.wifi.supplicant.V1_0.ISupplicantIface; 32 import android.hardware.wifi.supplicant.V1_0.ISupplicantNetwork; 33 import android.hardware.wifi.supplicant.V1_0.ISupplicantP2pIface; 34 import android.hardware.wifi.supplicant.V1_0.ISupplicantP2pIfaceCallback; 35 import android.hardware.wifi.supplicant.V1_0.ISupplicantP2pNetwork; 36 import android.hardware.wifi.supplicant.V1_0.IfaceType; 37 import android.hardware.wifi.supplicant.V1_0.SupplicantStatus; 38 import android.hardware.wifi.supplicant.V1_0.SupplicantStatusCode; 76 private android.hardware.wifi.supplicant.V1_1.ISupplicant mISupplicantMockV1_1 [all...] |
SupplicantP2pIfaceCallbackTest.java | 27 import android.hardware.wifi.supplicant.V1_0.ISupplicantP2pIfaceCallback; 28 import android.hardware.wifi.supplicant.V1_0.WpsConfigMethods; 451 // Taken directly from an observed supplicant service response event
|
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
android.hardware.wifi.supplicant@1.0.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
android.hardware.wifi.supplicant@1.0.so | |
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
wpa_supplicant.sgml | 10 <refpurpose>Wi-Fi Protected Access client and IEEE 802.1X supplicant</refpurpose> 53 the WPA Supplicant component, i.e., the part that runs in the 99 <para>If WPA-EAP: integrated IEEE 802.1X Supplicant 107 Supplicant</para> 143 supported with an integrate IEEE 802.1X Supplicant:</para>
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
WifiP2pNative.java | 33 * Native calls for bring up/shut down of the supplicant daemon and for 34 * sending requests to the supplicant daemon 142 * Close supplicant connection. 190 Log.e(TAG, "Failed to connect to supplicant"); 201 Log.e(TAG, "Failed to setup P2p iface in supplicant");
|
WifiP2pMonitor.java | 49 /* Supplicant events reported to a state machine */ 52 /* Connection to supplicant established */ 54 /* Connection to supplicant lost */
|
/prebuilts/vndk/v27/arm/configs/ |
module_paths.txt | 63 android.hardware.wifi.supplicant@1.0.so hardware/interfaces/wifi/supplicant/1.0 hardware/interfaces/wifi/supplicant/1.0
|
/prebuilts/vndk/v27/arm64/configs/ |
module_paths.txt | 63 android.hardware.wifi.supplicant@1.0.so hardware/interfaces/wifi/supplicant/1.0 hardware/interfaces/wifi/supplicant/1.0
|