Searched refs:phase2 (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | eap_user_db.c | 136 size_t identity_len, int phase2) in eap_user_sqlite_get() argument 173 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get() 189 id_str, phase2); in eap_user_sqlite_get() 202 if (user == NULL && !phase2) { in eap_user_sqlite_get() 233 size_t identity_len, int phase2) in hostapd_get_eap_user() argument 263 phase2); in hostapd_get_eap_user()
|
D | ieee802_1x.c | 347 size_t identity_len, int phase2, in ieee802_1x_get_eap_user() argument 355 eap_user = hostapd_get_eap_user(hapd, identity, identity_len, phase2); in ieee802_1x_get_eap_user() 360 user->phase2 = phase2; in ieee802_1x_get_eap_user()
|
D | hostapd.h | 170 size_t identity_len, int phase2);
|
D | ap_config.h | 119 int phase2; member
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_server/ |
D | eap.h | 36 int phase2; member 102 int phase2, struct eap_user *user);
|
D | eap_i.h | 198 int phase2);
|
D | eap_server.c | 161 int phase2) in eap_user_get() argument 177 identity_len, phase2, user) != 0) { in eap_user_get() 1690 if (sm->user->phase2) { in eap_sm_Policy_update()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_config.h | 228 char *phase2; member
|
D | eap_tls_common.c | 97 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 136 if (!phase2) in eap_tls_params_from_conf() 219 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < 0) /* no phase2 */ in eap_peer_tls_ssl_init() 954 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods() 957 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
|
D | eap_tls_common.h | 54 int phase2; member
|
D | eap_mschapv2.c | 74 int phase2; member 124 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 441 config && config->phase2 && in eap_mschapv2_failure_txt() 442 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
D | eap_ttls.c | 81 if (config && config->phase2) { in eap_ttls_init() 82 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init() 84 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { in eap_ttls_init() 86 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { in eap_ttls_init() 88 } else if (os_strstr(config->phase2, "auth=PAP")) { in eap_ttls_init() 90 } else if (os_strstr(config->phase2, "auth=CHAP")) { in eap_ttls_init()
|
D | eap.c | 569 sm->config.phase2 = g_wpa_ttls_phase2_type; in eap_peer_config_init() 572 sm->config.phase2 = "auth=MSCHAPV2"; in eap_peer_config_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm.h | 51 int phase2, struct eap_user *user);
|
D | eapol_auth_sm.c | 1013 size_t identity_len, int phase2, in eapol_sm_get_eap_user() argument 1020 identity_len, phase2, user); in eapol_sm_get_eap_user()
|