/hardware/libhardware_legacy/include/hardware_legacy/ |
wifi.h | 48 * Start supplicant. 55 * Stop supplicant. 62 * Open a connection to supplicant 69 * Close connection to supplicant
|
/system/connectivity/shill/supplicant/ |
mock_supplicant_bss_proxy.cc | 17 #include "shill/supplicant/mock_supplicant_bss_proxy.h"
|
mock_supplicant_bss_proxy.h | 23 #include "shill/supplicant/supplicant_bss_proxy_interface.h"
|
mock_supplicant_eap_state_handler.cc | 17 #include "shill/supplicant/mock_supplicant_eap_state_handler.h"
|
mock_supplicant_interface_proxy.cc | 17 #include "shill/supplicant/mock_supplicant_interface_proxy.h"
|
mock_supplicant_network_proxy.cc | 17 #include "shill/supplicant/mock_supplicant_network_proxy.h"
|
mock_supplicant_network_proxy.h | 23 #include "shill/supplicant/supplicant_network_proxy_interface.h"
|
mock_supplicant_process_proxy.cc | 17 #include "shill/supplicant/mock_supplicant_process_proxy.h"
|
supplicant_eap_state_handler.cc | 17 #include "shill/supplicant/supplicant_eap_state_handler.h" 20 #include "shill/supplicant/wpa_supplicant.h"
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
SupplicantStateTracker.java | 42 * Tracks the state changes in supplicant and provides functionality 53 /* Indicates authentication failure in supplicant broadcast. 131 if (DBG) Log.d(TAG, "Supplicant state: " + supState.toString() + "\n"); 164 Log.e(TAG, "Unknown supplicant state " + supState); 188 Slog.w(TAG, "Unknown supplicant state " + state); 248 * This indicates that the supplicant state as seen 251 * channel connection before any supplicant events 253 * connection to the supplicant 285 * The max number of the WPA supplicant loop iterations before we 310 Log.d(TAG, "Supplicant loop detected, disabling network " [all...] |
/system/connectivity/shill/dbus/ |
chromeos_supplicant_bss_proxy.h | 25 #include "shill/supplicant/supplicant_bss_proxy_interface.h" 26 #include "supplicant/dbus-proxies.h"
|
chromeos_supplicant_process_proxy.cc | 23 #include "shill/supplicant/wpa_supplicant.h" 121 LOG(ERROR) << "Supplicant process not present"; 143 LOG(ERROR) << "Supplicant process not present"; 161 LOG(ERROR) << "Supplicant process not present"; 179 LOG(ERROR) << "Supplicant process not present"; 193 LOG(ERROR) << "Supplicant process not present"; 207 LOG(ERROR) << "Supplicant process not present";
|
chromeos_supplicant_network_proxy.h | 26 #include "shill/supplicant/supplicant_network_proxy_interface.h" 27 #include "supplicant/dbus-proxies.h"
|
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 24 * 2. Start supplicant 26 * 4. Obtain supplicant status (optional) 27 * 5. Stop supplicant 30 * The "Obtain supplicant status" step is optional and is pseudo 32 * delay after start supplicant is intentionally selected such 33 * that the obtain supplicant status and stop supplicant steps 75 #define DEFAULT_DELAY_MIN 0.0 // Min delay after start supplicant 76 #define DEFAULT_DELAY_MAX 20.0 // Max delay after start supplicant 287 // Start Supplicant [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/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')
|
/system/connectivity/shill/ |
Android.mk | 142 # supplicant-proxies (static library) 145 LOCAL_MODULE := supplicant-proxies 146 LOCAL_DBUS_PROXY_PREFIX := supplicant 148 dbus_bindings/supplicant-bss.dbus-xml \ 149 dbus_bindings/supplicant-interface.dbus-xml \ 150 dbus_bindings/supplicant-network.dbus-xml \ 151 dbus_bindings/supplicant-process.dbus-xml 169 supplicant-proxies \ 347 supplicant/supplicant_eap_state_handler.cc \ 348 supplicant/wpa_supplicant.cc [all...] |
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
control.wifi_check1x_PEAP | 27 # we presume that supplicant reuses this code between inner authentication
|
/external/wpa_supplicant_8/hostapd/ |
README | 109 IEEE 802.1X uses elements called Supplicant, Authenticator, Port 110 Access Entity, and Authentication Server. Supplicant is a component in 113 between a Supplicant and an Authentication Server. In addition, it has a 119 between a Supplicant and an Authenticator are sent using EAP over LAN 122 Server to the Supplicant). The Authentication Server can be colocated with the 132 frames to be passed between the Supplicant and the Authenticator even 136 receives 802.1X (EAPOL) frames from the Supplicant using the wlan#ap 138 frames to the Supplicant are sent using the same device. 144 relays the frames between the Supplicant and the Authentication 155 point. The Authenticator will then ask the Supplicant to authenticat [all...] |
/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
|
config_none.c | 2 * WPA Supplicant / Configuration backend: empty starting point
|