HomeSort by: relevance | last modified time | path
    Searched refs:phase2 (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
runpaul-phase5.sh 11 sh runpaul-phase2.sh
12 mkdir runpaul-phase2
13 mv *.log runpaul-phase2/
runpaul-phase6.sh 9 sh runpaul-phase2.sh
10 mkdir runpaul-phase2
11 mv *.log runpaul-phase2/
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
ieee8021x.conf 9 phase2="auth=MSCHAPV2"
  /src/sys/netatalk/
Makefile 5 INCS= aarp.h at.h at_extern.h at_var.h ddp.h ddp_var.h phase2.h
  /src/external/bsd/wpa/dist/src/ap/
eap_user_db.c 136 size_t identity_len, int phase2)
173 hapd->tmp_eap_user.phase2 = phase2;
188 "SELECT * FROM users WHERE identity='%s' AND phase2=%d;",
189 id_str, phase2);
202 if (user == NULL && !phase2) {
233 size_t identity_len, int phase2)
262 if (!phase2 && user->identity == NULL) {
267 if (user->phase2 == !!phase2 && user->wildcard_prefix &
    [all...]
authsrv.c 54 size_t identity_len, int phase2,
61 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
  /src/external/bsd/wpa/dist/src/radius/
radius_server.h 66 * @phase2: Whether this is for Phase 2 identity
76 int phase2, struct eap_user *user);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant.conf 742 # phase2: Pre-configure Phase 2 (inner authentication) parameters
828 # phase2="auth=MSCHAPV2"
1399 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
1406 # phase2 parameter when EAP-TLS is used within the inner tunnel):
1450 # Following certificate/private key fields are used in inner Phase2
1832 phase2="auth=MSCHAPV2"
1859 phase2="auth=MSCHAPV2"
1872 phase2="autheap=TLS"
2143 phase2="auth=PAP
    [all...]
config.h 347 * phase2 - Phase 2 (inner authentication) parameters
351 char *phase2; member in struct:wpa_cred
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 498 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
505 char *phase2; member in struct:eap_peer_config
508 * machine_phase2 - Phase2 parameters for machine credentials
510 * See phase2 for more details.
eap_tls_common.c 152 eap_tls_params_flags(params, config->phase2);
167 struct eap_peer_config *config, int phase2)
212 if (phase2 && sm->use_machine_cred) {
215 } else if (phase2) {
216 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
245 if (!phase2)
321 data->phase2 = sm->init_phase2;
324 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
332 if (data->phase2) {
1096 * @prefix: 'phase2' configuration prefix, e.g., "auth=
1113 const char *phase2; local
    [all...]
eap_tls_common.h 52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
eap_mschapv2.c 92 int phase2; member in struct:eap_mschapv2_data
135 data->phase2 = sm->init_phase2;
480 config && config->phase2 &&
481 os_strstr(config->phase2, "mschapv2_retry=0")) {
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 312 char phase2[32]; local
313 phase2[0] = '\0';
316 snprintf(phase2, sizeof(phase2), "auth=%s",
321 snprintf(phase2, sizeof(phase2), "autheap=%s",
325 snprintf(phase2, sizeof(phase2), "auth=%s",
330 snprintf(phase2, sizeof(phase2), "auth=%s"
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap.h 36 int phase2; member in struct:eap_user
100 int phase2, struct eap_user *user);
eap_tls_common.h 42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
eap_i.h 205 int phase2);
eap_server_tls.c 25 int phase2; member in struct:eap_tls_data
89 data->phase2 = sm->init_phase2;
216 data->phase2) < 0)
eap_server_tls_common.c 58 data->phase2 = sm->init_phase2;
90 if (data->phase2) {
eap_server_eke.c 33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
  /src/external/bsd/wpa/dist/src/eapol_auth/
eapol_auth_sm.h 52 int phase2, struct eap_user *user);
  /src/external/gpl3/gcc/dist/libgcc/
unwind-seh.c 251 goto phase2;
266 phase2:
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c 251 goto phase2;
266 phase2:
  /src/sys/arch/newsmips/dev/
scsi_1185.c 987 uint8_t phase2; local
1002 phase2 = phase;
1006 if (phase == phase2) {
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 1510 const char *phase2 = NULL; local
1518 phase2 = "auth=PAP";
1520 phase2 = "auth=CHAP";
1522 phase2 = "auth=MSCHAP";
1524 phase2 = "auth=MSCHAPV2";
1526 if (!phase2) {
1531 if (set_cred_quoted(ctx->ifname, id, "phase2", phase2) < 0)
1532 wpa_printf(MSG_INFO, "Failed to set cred phase2");

Completed in 50 milliseconds

1 2