HomeSort by relevance Sort by last modified time
    Searched full:authenticator (Results 151 - 175 of 276) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 280 * Authenticator is going to start authentication immediately
283 * EAPOL-Start if Authenticator does not start authentication.
755 * Supplicant corresponds to MS-MPPE-Recv-Key in Authenticator.
830 /* Send EAP-Packet from the EAP layer to the Authenticator */
1203 /* Trying to use PMKSA caching, but Authenticator did
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 284 * Authenticator is going to start authentication immediately
287 * EAPOL-Start if Authenticator does not start authentication.
763 * Supplicant corresponds to MS-MPPE-Recv-Key in Authenticator.
838 /* Send EAP-Packet from the EAP layer to the Authenticator */
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README 279 the Authenticator (AP) and Supplicant (client station).
283 the Authenticator and Supplicant. This handshake is also used to
284 verify that both Authenticator and Supplicant know the master session
309 negotiation with a WPA Authenticator and EAP authentication with
326 Authenticator in the AP)
330 with the Authenticator (AP)
    [all...]
eap_testing.txt 5 - Linked some parts of IEEE 802.1X Authenticator implementation from
13 integrated) Authenticator.
127 6) Authenticator simulator required patching for handling Access-Accept within
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator
381 * wpa_init - Initialize WPA authenticator
382 * @addr: Authenticator address
383 * @conf: Configuration for WPA authenticator
384 * @cb: Callback functions for WPA authenticator
385 * Returns: Pointer to WPA authenticator data or %NULL on failure
448 * wpa_deinit - Deinitialize WPA authenticator
449 * @wpa_auth: Pointer to WPA authenticator data from wpa_init()
484 * wpa_reconfig - Update WPA authenticator configuration
485 * @wpa_auth: Pointer to WPA authenticator data from wpa_init(
    [all...]
wpa_auth_glue.c 2 * hostapd / WPA authenticator glue code
109 wpa_printf(MSG_DEBUG, "%s: WPA authenticator requests disconnect: "
wpa_auth.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 66 * @param context the Authenticator Activity context
81 * @param context the Authenticator Activity context
  /external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc 33 GaiaAuthenticator::AuthParams::AuthParams() : authenticator(NULL),
71 params.authenticator = this;
  /external/wpa_supplicant/
preauth.c 166 * @dst: Authenticator address (BSSID) with which to preauthenticate
349 * @bssid: BSSID (authenticator address) of the candidate
eap_mschapv2.c 202 /* Authenticator response is not really needed yet, but calculate it
418 wpa_printf(MSG_WARNING, "EAP-MSCHAPV2: Invalid authenticator "
637 /* Authenticator response is not really needed yet, but calculate it
eap_testing.txt 5 - Linked some parts of IEEE 802.1X Authenticator implementation from
13 integrated) Authenticator.
93 6) Authenticator simulator required patching for handling Access-Accept within
eapol_test.c 608 /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
615 "Access-Reject without Message-Authenticator "
620 "Message-Authenticator - dropped\n");
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 166 * @dst: Authenticator address (BSSID) with which to preauthenticate
351 * @bssid: BSSID (authenticator address) of the candidate
  /external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.c 112 * wpa_supplicant_eapol_send - Send IEEE 802.1X EAPOL packet to Authenticator
120 * to the current Authenticator.
eap_testing.txt 5 - Linked some parts of IEEE 802.1X Authenticator implementation from
13 integrated) Authenticator.
127 6) Authenticator simulator required patching for handling Access-Accept within
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 163 * @dst: Authenticator address (BSSID) with which to preauthenticate
348 * @bssid: BSSID (authenticator address) of the candidate
  /frameworks/base/obex/javax/obex/
ClientSession.java 275 public void setAuthenticator(Authenticator auth) throws IOException {
277 throw new IOException("Authenticator may not be null");
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 31 import java.net.Authenticator;
75 private static final Authenticator SIMPLE_AUTHENTICATOR = new Authenticator() {
94 Authenticator.setDefault(null);
650 Authenticator.setDefault(SIMPLE_AUTHENTICATOR);
    [all...]
  /external/wpa_supplicant_8/hostapd/
defconfig 15 # Driver interface for wired authenticator
  /external/kernel-headers/original/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine
200 /* Authenticator PAE state machine */
643 /* Authenticator Key Transmit state machine */
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.sgml 55 Authenticator and EAP authentication with Authentication
101 authentication server (proxied by the Authenticator in the
117 Handshake and Group Key Handshake with the Authenticator
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 172 * {@link Authenticator} to set the VM-wide authentication handler:
174 * Authenticator.setDefault(new Authenticator() {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 29 * Added 'authenticator' to 'wan_ppp_conf_t'
174 char authenticator; /* AUTHENTICATOR or not */ member in struct:wan_ppp_conf

Completed in 1156 milliseconds

1 2 3 4 5 67 8 91011>>