/third_party/wpa_supplicant/wpa_supplicant-2.9/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 262 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 267 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 275 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 285 phase2); in hostapd_get_eap_user()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 262 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 267 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 275 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 285 phase2); in hostapd_get_eap_user()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 312 char phase2[32]; in addNetwork() local 313 phase2[0] = '\0'; in addNetwork() 316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork() 325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 336 snprintf(phase2, sizeof(phase2), in addNetwork() 350 if (phase2[0]) in addNetwork() 351 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 312 char phase2[32]; in addNetwork() local 313 phase2[0] = '\0'; in addNetwork() 316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork() 325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 336 snprintf(phase2, sizeof(phase2), in addNetwork() 350 if (phase2[0]) in addNetwork() 351 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user_sqlite | 6 phase2 INTEGER, 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user_sqlite | 6 phase2 INTEGER, 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_tls_common.c | 149 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 164 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 207 if (phase2 && sm->use_machine_cred) { in eap_tls_params_from_conf() 210 } else if (phase2) { in eap_tls_params_from_conf() 312 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 315 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 323 if (data->phase2) { in eap_peer_tls_ssl_init() 1104 const char *phase2; in eap_peer_select_phase2_methods() local 1108 phase2 = use_machine_cred ? config->machine_phase2 : config->phase2; in eap_peer_select_phase2_methods() 1109 if (!phase2) in eap_peer_select_phase2_methods() [all …]
|
D | eap_mschapv2.c | 92 int phase2; member 129 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 474 config && config->phase2 && in eap_mschapv2_failure_txt() 475 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpa_supplicant.conf | 1592 phase2="auth=MSCHAPV2" 1619 phase2="auth=MSCHAPV2" 1632 phase2="autheap=TLS" 1903 phase2="auth=PAP"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wpa_supplicant.conf | 1743 phase2="auth=MSCHAPV2" 1770 phase2="auth=MSCHAPV2" 1783 phase2="autheap=TLS" 2054 phase2="auth=PAP"
|
/third_party/python/Lib/ |
D | filecmp.py | 151 def phase2(self): # Distinguish files, directories, funnies member in dircmp 245 common_dirs = phase2, common_files=phase2, common_funny=phase2,
|
/third_party/ffmpeg/libavcodec/ |
D | qdmc.c | 423 int amp2, phase2, pos2, off; in read_wave_data() local 462 phase2 = qdmc_get_vlc(gb, &vtable[5], 0); in read_wave_data() 463 if (phase2 < 0) in read_wave_data() 465 phase2 = phase - phase2; in read_wave_data() 467 if (phase2 < 0) in read_wave_data() 468 phase2 += 8; in read_wave_data() 474 add_tone(s, group, off, freq, ~stereo_mode & 1, amp2, phase2); in read_wave_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_tls_common.c | 152 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 159 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 202 if (phase2) { in eap_tls_params_from_conf() 310 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 313 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 321 if (data->phase2) { in eap_peer_tls_ssl_init() 1102 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods() 1105 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
|
D | eap_mschapv2.c | 92 int phase2; member 129 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 474 config && config->phase2 && in eap_mschapv2_failure_txt() 475 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
D | eap_config.h | 496 char *phase2; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap.h | 36 int phase2; member 100 int phase2, struct eap_user *user);
|
D | eap_server_tls.c | 25 int phase2; member 89 data->phase2 = sm->init_phase2; in eap_tls_init() 215 data->phase2) < 0) in eap_tls_buildReq()
|
D | eap_tls_common.h | 44 int phase2; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap.h | 36 int phase2; member 100 int phase2, struct eap_user *user);
|
D | eap_server_tls.c | 25 int phase2; member 89 data->phase2 = sm->init_phase2; in eap_tls_init() 216 data->phase2) < 0) in eap_tls_buildReq()
|
D | eap_tls_common.h | 44 int phase2; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_server.h | 76 int phase2, struct eap_user *user);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_server.h | 211 int phase2, struct eap_user *user);
|