Home
last modified time | relevance | path

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

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Deap_user_db.c136 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/
Deap_user_db.c136 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/
Dnetworkconfig.cpp312 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/
Dnetworkconfig.cpp312 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/
Dhostapd.eap_user_sqlite6 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/
Dhostapd.eap_user_sqlite6 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/
Deap_tls_common.c149 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, &params, 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 …]
Deap_mschapv2.c92 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/
Dwpa_supplicant.conf1592 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/
Dwpa_supplicant.conf1743 phase2="auth=MSCHAPV2"
1770 phase2="auth=MSCHAPV2"
1783 phase2="autheap=TLS"
2054 phase2="auth=PAP"
/third_party/python/Lib/
Dfilecmp.py151 def phase2(self): # Distinguish files, directories, funnies member in dircmp
245 common_dirs = phase2, common_files=phase2, common_funny=phase2,
/third_party/ffmpeg/libavcodec/
Dqdmc.c423 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/
Deap_tls_common.c152 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, &params, 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()
Deap_mschapv2.c92 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()
Deap_config.h496 char *phase2; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap.h36 int phase2; member
100 int phase2, struct eap_user *user);
Deap_server_tls.c25 int phase2; member
89 data->phase2 = sm->init_phase2; in eap_tls_init()
215 data->phase2) < 0) in eap_tls_buildReq()
Deap_tls_common.h44 int phase2; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap.h36 int phase2; member
100 int phase2, struct eap_user *user);
Deap_server_tls.c25 int phase2; member
89 data->phase2 = sm->init_phase2; in eap_tls_init()
216 data->phase2) < 0) in eap_tls_buildReq()
Deap_tls_common.h44 int phase2; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_server.h76 int phase2, struct eap_user *user);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_server.h211 int phase2, struct eap_user *user);

1234