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

1 2

  /src/external/bsd/wpa/dist/src/eap_peer/
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_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_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.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_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_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")) {
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_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/src/eap_server/
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_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_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.c 25 int phase2; member in struct:eap_tls_data
89 data->phase2 = sm->init_phase2;
216 data->phase2) < 0)
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)) {
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)) {
eap.h 36 int phase2; member in struct:eap_user
100 int phase2, struct eap_user *user);
eap.h 36 int phase2; member in struct:eap_user
100 int phase2, struct eap_user *user);
  /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...]
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/sys/arch/newsmips/dev/
scsi_1185.c 987 uint8_t phase2; local
1002 phase2 = phase;
1006 if (phase == phase2) {
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");
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");
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 347 * phase2 - Phase 2 (inner authentication) parameters
351 char *phase2; member in struct:wpa_cred
config.h 347 * phase2 - Phase 2 (inner authentication) parameters
351 char *phase2; member in struct:wpa_cred
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 187 int phase2; member in struct:hostapd_eap_user

Completed in 98 milliseconds

1 2