Searched refs:Supplicant (Results 1 – 16 of 16) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | supplicant.cpp | 164 Supplicant::Supplicant(struct wpa_global* global) : wpa_global_(global) {} in Supplicant() function in android::hardware::wifi::supplicant::V1_2::implementation::Supplicant 165 bool Supplicant::isValid() in isValid() 171 Return<void> Supplicant::addInterface( in addInterface() 176 &Supplicant::addInterfaceInternal, _hidl_cb, iface_info); in addInterface() 179 Return<void> Supplicant::removeInterface( in removeInterface() 184 &Supplicant::removeInterfaceInternal, _hidl_cb, iface_info); in removeInterface() 187 Return<void> Supplicant::getInterface( in getInterface() 192 &Supplicant::getInterfaceInternal, _hidl_cb, iface_info); in getInterface() 195 Return<void> Supplicant::listInterfaces(listInterfaces_cb _hidl_cb) in listInterfaces() 199 &Supplicant::listInterfacesInternal, _hidl_cb); in listInterfaces() [all …]
|
D | supplicant.h | 41 class Supplicant : public V1_2::ISupplicant 44 Supplicant(struct wpa_global* global); 45 ~Supplicant() override = default; 91 DISALLOW_COPY_AND_ASSIGN(Supplicant);
|
D | hidl_manager.h | 221 android::sp<Supplicant> supplicant_object_;
|
D | hidl_manager.cpp | 457 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 | 1155 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 | 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 | android.config | 71 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
|
D | README-HS20 | 507 Supplicant PAE state=AUTHENTICATED
|
D | ChangeLog | 2210 use wpa_supplicant as IEEE 802.1X Supplicant with any Linux driver 2254 both the Supplicant and Authentication Server is selected 2307 Supplicant 2308 - EAPOL state machines for Supplicant [IEEE 802.1aa/D6.1] 2321 disabling the internal IEEE 802.1X Supplicant with -e command line
|
D | defconfig | 92 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method or
|