Searched refs:Supplicant (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/ |
D | supplicant.cpp | 23 const char Supplicant::kDriverName[] = "nl80211"; 24 const char Supplicant::kConfigFilePath[] = 27 Supplicant::Supplicant(struct wpa_global* global) : wpa_global_(global) {} in Supplicant() function in android::hardware::wifi::supplicant::V1_0::implementation::Supplicant 28 bool Supplicant::isValid() in isValid() 34 Return<void> Supplicant::getInterface( in getInterface() 39 &Supplicant::getInterfaceInternal, _hidl_cb, iface_info); in getInterface() 42 Return<void> Supplicant::listInterfaces(listInterfaces_cb _hidl_cb) in listInterfaces() 46 &Supplicant::listInterfacesInternal, _hidl_cb); in listInterfaces() 49 Return<void> Supplicant::registerCallback( in registerCallback() 54 &Supplicant::registerCallbackInternal, _hidl_cb, callback); in registerCallback() [all …]
|
D | supplicant.h | 37 class Supplicant : public android::hardware::wifi::supplicant::V1_0::ISupplicant 40 Supplicant(struct wpa_global* global); 41 ~Supplicant() override = default; 79 DISALLOW_COPY_AND_ASSIGN(Supplicant);
|
D | hidl_manager.h | 201 android::sp<Supplicant> supplicant_object_;
|
D | hidl_manager.cpp | 394 supplicant_object_ = new Supplicant(global); in registerHidlService()
|
/external/wpa_supplicant_8/hostapd/ |
D | 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 authenticate [all …]
|
D | ChangeLog | 1100 EAP message (previously, Supplicant was not notified in this case)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 56 master session key for the Authenticator (AP) and Supplicant 61 keys between the Authenticator and Supplicant. This handshake is 62 also used to verify that both Authenticator and Supplicant know
|
D | wpa_supplicant.sgml | 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>
|
D | eapol_test.sgml | 49 access point) and IEEE 802.1X Supplicant (normally, a wireless
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README | 1 WPA Supplicant 57 Supplicant: 229 the Authenticator (AP) and Supplicant (client station). 233 the Authenticator and Supplicant. This handshake is also used to 234 verify that both Authenticator and Supplicant know the master session 257 wpa_supplicant is an implementation of the WPA Supplicant component, 274 - If WPA-EAP: integrated IEEE 802.1X Supplicant completes EAP 277 - If WPA-EAP: master key is received from the IEEE 802.1X Supplicant
|
D | eap_testing.txt | 12 Supplicant is verified to match with the one received by the (now 236 packet from Supplicant looks like the one sent in the Phase 1. The
|
D | README-Windows.txt | 12 Supplicant on Windows. The current port requires that WinPcap
|
D | README-HS20 | 492 Supplicant PAE state=AUTHENTICATED
|
D | defconfig | 86 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
|
D | android.config | 74 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
|
D | ChangeLog | 2140 use wpa_supplicant as IEEE 802.1X Supplicant with any Linux driver 2184 both the Supplicant and Authentication Server is selected 2237 Supplicant 2238 - EAPOL state machines for Supplicant [IEEE 802.1aa/D6.1] 2251 disabling the internal IEEE 802.1X Supplicant with -e command line
|