Searched refs:Supplicant (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | supplicant.cpp | 165 Supplicant::Supplicant(struct wpa_global* global) : wpa_global_(global) {} in Supplicant() function in android::hardware::wifi::supplicant::V1_4::implementation::Supplicant 166 bool Supplicant::isValid() in isValid() 172 Return<void> Supplicant::addInterface( in addInterface() 177 &Supplicant::addInterfaceInternal, _hidl_cb, iface_info); in addInterface() 180 Return<void> Supplicant::removeInterface( in removeInterface() 185 &Supplicant::removeInterfaceInternal, _hidl_cb, iface_info); in removeInterface() 188 Return<void> Supplicant::getInterface( in getInterface() 193 &Supplicant::getInterfaceInternal, _hidl_cb, iface_info); in getInterface() 196 Return<void> Supplicant::listInterfaces(listInterfaces_cb _hidl_cb) in listInterfaces() 200 &Supplicant::listInterfacesInternal, _hidl_cb); in listInterfaces() [all …]
|
D | supplicant.h | 42 class Supplicant : public V1_4::ISupplicant 45 Supplicant(struct wpa_global* global); 46 ~Supplicant() override = default; 94 DISALLOW_COPY_AND_ASSIGN(Supplicant);
|
D | hidl_manager.h | 291 android::sp<Supplicant> supplicant_object_;
|
D | hidl_manager.cpp | 440 supplicant_object_ = new Supplicant(global); in registerHidlService()
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 108 IEEE 802.1X uses elements called Supplicant, Authenticator, Port 109 Access Entity, and Authentication Server. Supplicant is a component in 112 between a Supplicant and an Authentication Server. In addition, it has a 118 between a Supplicant and an Authenticator are sent using EAP over LAN 121 Server to the Supplicant). The Authentication Server can be colocated with the 131 frames to be passed between the Supplicant and the Authenticator even 135 receives 802.1X (EAPOL) frames from the Supplicant using the wlan#ap 137 frames to the Supplicant are sent using the same device. 143 relays the frames between the Supplicant and the Authentication 154 point. The Authenticator will then ask the Supplicant to authenticate [all …]
|
D | ChangeLog | 1234 EAP message (previously, Supplicant was not notified in this case)
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 60 master session key for the Authenticator (AP) and Supplicant 65 keys between the Authenticator and Supplicant. This handshake is 66 also used to verify that both Authenticator and Supplicant know
|
D | wpa_supplicant.sgml | 57 the WPA Supplicant component, i.e., the part that runs in the 103 <para>If WPA-EAP: integrated IEEE 802.1X Supplicant 111 Supplicant</para> 147 supported with an integrate IEEE 802.1X Supplicant:</para>
|
D | eapol_test.sgml | 53 access point) and IEEE 802.1X Supplicant (normally, a wireless
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README | 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 | 507 Supplicant PAE state=AUTHENTICATED
|
D | android.config | 71 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
|
D | defconfig | 92 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method or
|
D | ChangeLog | 2308 use wpa_supplicant as IEEE 802.1X Supplicant with any Linux driver 2352 both the Supplicant and Authentication Server is selected 2405 Supplicant 2406 - EAPOL state machines for Supplicant [IEEE 802.1aa/D6.1] 2419 disabling the internal IEEE 802.1X Supplicant with -e command line
|