Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 25 of 67) sorted by relevance

123

/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp298 char phase2[32]; in addNetwork() local
299 phase2[0] = '\0'; in addNetwork()
302 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
307 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
311 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
322 snprintf(phase2, sizeof(phase2), in addNetwork()
336 if (phase2[0]) in addNetwork()
337 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp317 char phase2[32]; in addNetwork() local
318 phase2[0] = '\0'; in addNetwork()
321 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
326 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
335 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
341 snprintf(phase2, sizeof(phase2), in addNetwork()
355 if (phase2[0]) in addNetwork()
356 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.c98 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2()
105 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument
108 if (phase2) { in eap_tls_params_from_conf()
206 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init()
207 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) < in eap_peer_tls_ssl_init()
215 if (data->phase2) { in eap_peer_tls_ssl_init()
924 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods()
927 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
Deap_config.h380 char *phase2; member
Deap_tls_common.h60 int phase2; member
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap.h41 int phase2; member
88 int phase2, struct eap_user *user);
Deap_tls_common.h23 int phase2; member
/external/wpa_supplicant_8/src/eap_server/
Deap.h41 int phase2; member
88 int phase2, struct eap_user *user);
Deap_tls_common.h50 int phase2; member
/external/wpa_supplicant_8/src/ap/
Dap_config.c578 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
606 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user()
611 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user()
619 if (user->phase2 == !!phase2 && in hostapd_get_eap_user()
Dauthsrv.c59 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument
65 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2); in hostapd_radius_get_eap_user()
Dap_config.h118 int phase2; member
417 size_t identity_len, int phase2);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_tls_common.c98 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2()
105 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument
108 if (phase2) { in eap_tls_params_from_conf()
202 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init()
203 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) < in eap_peer_tls_ssl_init()
211 if (data->phase2) { in eap_peer_tls_ssl_init()
967 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods()
970 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
Deap_config.h371 char *phase2; member
/external/webkit/Source/WebCore/platform/audio/
DFFTFrame.cpp133 double phase2 = arg(c2); in interpolateFrequencyComponents() local
136 double deltaPhase2 = phase2 - lastPhase2; in interpolateFrequencyComponents()
138 lastPhase2 = phase2; in interpolateFrequencyComponents()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/external/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/external/wpa_supplicant_6/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/external/wpa_supplicant/
Deap_tls_common.c82 struct wpa_ssid *config, int phase2) in eap_tls_params_from_conf() argument
86 if (phase2) in eap_tls_params_from_conf()
171 data->phase2 = sm->init_phase2; in eap_tls_ssl_init()
172 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) < in eap_tls_ssl_init()
180 if (data->phase2) { in eap_tls_ssl_init()
Deap_tls_common.h30 int phase2; member
/external/wpa_supplicant_8/src/radius/
Dradius_server.h181 int phase2, struct eap_user *user);
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
Dradius_server.h39 int phase2, struct eap_user *user);
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dlink_test.c74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dlink_test.c74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h69 int phase2, struct eap_user *user);

123