HomeSort by relevance Sort by last modified time
    Searched full:supplicant (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/eap_common/
eap_psk_common.h 32 /* EAP-PSK First Message (AS -> Supplicant) */
39 /* EAP-PSK Second Message (Supplicant -> AS) */
48 /* EAP-PSK Third Message (AS -> Supplicant) */
56 /* EAP-PSK Fourth Message (Supplicant -> AS) */
  /external/wpa_supplicant_8/wpa_supplicant/systemd/
wpa_supplicant.service.in 2 Description=WPA supplicant
wpa_supplicant-nl80211.service.arg.in 2 Description=WPA supplicant daemon (interface- and nl80211 driver-specific version)
wpa_supplicant-wired.service.arg.in 2 Description=WPA supplicant daemon (interface- and wired driver-specific version)
wpa_supplicant.service.arg.in 2 Description=WPA supplicant daemon (interface-specific version)
  /system/connectivity/shill/supplicant/
supplicant_event_delegate_interface.h 31 // Supplicant has added a BSS to its table of visible endpoints.
35 // Supplicant has removed a BSS from its table of visible endpoints.
38 // Supplicant has received a certficate from the remote server during
42 // Supplicant state machine has output an EAP event notification.
46 // The interface element in the supplicant has changed one or more
  /external/wpa_supplicant_8/src/crypto/
crypto_none.c 2 * WPA Supplicant / Empty template functions for crypto wrapper
  /external/wpa_supplicant_8/wpa_supplicant/binder/
supplicant.h 26 * Implementation of the supplicant binder object. This binder
30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant
33 Supplicant(struct wpa_global *global);
34 virtual ~Supplicant() = default;
binder_manager.h 16 #include "supplicant.h"
27 * class which is created by the supplicant core and can be used
50 android::sp<Supplicant> supplicant_object_;
supplicant.cpp 11 #include "supplicant.h"
15 Supplicant::Supplicant(struct wpa_global *global)
21 android::binder::Status Supplicant::CreateInterface(
59 /* The supplicant core creates a corresponding binder object via
85 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname)
102 android::binder::Status Supplicant::GetInterface(
binder.h 20 * all the notifcations from the supplicant core to the BinderManager.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiCountryCodeTest.java 69 // Supplicant started.
78 * Test if we receive country code from Telephony before supplicant starts.
85 // Supplicant started.
94 * Test if we receive country code from Telephony after supplicant starts.
99 // Supplicant starts.
116 // Supplicant starts.
125 // Telephony coutry is applied after supplicant is ready.
137 // Supplicant started.
147 // Country code restting is applied when supplicant is ready.
159 // Supplicant started
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.h 2 * WPA Supplicant - Glue code to setup EAPOL and RSN modules
autoscan.h 2 * WPA Supplicant - auto scan
main_none.c 2 * WPA Supplicant / Example program entrypoint
mesh.h 2 * WPA Supplicant - Basic mesh mode routines
mesh_rsn.h 2 * WPA Supplicant - Mesh RSN routines
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 112 * (i.e., when the supplicant sends out message 4/4) and when Group
113 * Key rekeying is started by the AP (i.e., when supplicant receives
130 * This state indicates that the supplicant has completed its
140 * explicit DISCONNECT command. In such a case, the supplicant is
163 * Returns {@code true} if the supplicant state is valid and {@code false}
165 * @param state The supplicant state
166 * @return {@code true} if the supplicant state is valid and {@code false}
174 /** Supplicant associating or authenticating is considered a handshake state {@hide} */
193 throw new IllegalArgumentException("Unknown supplicant state");
216 throw new IllegalArgumentException("Unknown supplicant state")
    [all...]
  /system/sepolicy/
wpa.te 1 # wpa - wpa supplicant or equivalent
37 # /data/misc/wifi/sockets which wpa supplicant communicates with.
  /system/connectivity/shill/wifi/
wifi.h 27 // A WiFi device interacts with a real device through WPA Supplicant.
28 // Wifi::Start() creates a connection to WPA Supplicant, represented by
32 // WPA Supplicant, which identifies them by a "path". The WiFi object maintains
38 // Supplicant. It is the job of WPA Supplicant to select a BSS (aka
42 // 1. The WiFi device sends AddNetwork to WPA Supplicant, which returns a
46 // received in 1, to WPA Supplicant, which begins the process of associating
50 // 3. During association to an EAP-TLS network, WPA Supplicant can send
54 // 4. When association is complete, WPA Supplicant sends a PropertiesChanged
59 // Some key things to notice are 1) WPA Supplicant does the work of selectin
    [all...]
  /external/autotest/server/site_tests/network_WiFi_DisconnectReason/
control.ap_gone 16 reported by supplicant when the AP is abruptly disabled.
control.ap_send_chan_switch 16 reported by supplicant when the AP sends a channel switch message.
control.deauth_client 16 reported by supplicant when the AP deauthenticates the client.
control.disable_client_wifi 16 reported by supplicant when the client disables WiFi.
control.switch_ap 16 reported by supplicant when the client switches from one AP to another AP.

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>