/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 298 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/ |
D | networkconfig.cpp | 317 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/ |
D | eap_tls_common.c | 98 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, ¶ms, 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()
|
D | eap_config.h | 380 char *phase2; member
|
D | eap_tls_common.h | 60 int phase2; member
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | eap.h | 41 int phase2; member 88 int phase2, struct eap_user *user);
|
D | eap_tls_common.h | 23 int phase2; member
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap.h | 41 int phase2; member 88 int phase2, struct eap_user *user);
|
D | eap_tls_common.h | 50 int phase2; member
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 578 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()
|
D | authsrv.c | 59 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()
|
D | ap_config.h | 118 int phase2; member 417 size_t identity_len, int phase2);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 98 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, ¶ms, 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()
|
D | eap_config.h | 371 char *phase2; member
|
/external/webkit/Source/WebCore/platform/audio/ |
D | FFTFrame.cpp | 133 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/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/external/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/external/wpa_supplicant/ |
D | eap_tls_common.c | 82 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, ¶ms, config, data->phase2) < in eap_tls_ssl_init() 180 if (data->phase2) { in eap_tls_ssl_init()
|
D | eap_tls_common.h | 30 int phase2; member
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.h | 181 int phase2, struct eap_user *user);
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius_server.h | 39 int phase2, struct eap_user *user);
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | link_test.c | 74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | link_test.c | 74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 69 int phase2, struct eap_user *user);
|