Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/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()
Dauthsrv.c53 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument
60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2); in hostapd_radius_get_eap_user()
/external/grpc-grpc/test/core/surface/
Dcompletion_queue_threading_test.cc128 gpr_event* phase2; member
158 GPR_ASSERT(gpr_event_wait(opt->phase2, ten_seconds_time())); in producer_thread()
186 GPR_ASSERT(gpr_event_wait(opt->phase2, ten_seconds_time())); in consumer_thread()
212 gpr_event phase2 = GPR_EVENT_INIT; in test_threading() local
229 options[i].phase2 = &phase2; in test_threading()
256 gpr_event_set(&phase2, (void*)static_cast<intptr_t>(1)); in test_threading()
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/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',…
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf1578 phase2="auth=MSCHAPV2"
1605 phase2="auth=MSCHAPV2"
1618 phase2="autheap=TLS"
1889 phase2="auth=PAP"
/external/python/cpython3/Lib/
Dfilecmp.py147 def phase2(self): # Distinguish files, directories, funnies member in dircmp
240 common_dirs = phase2, common_files=phase2, common_funny=phase2,
/external/python/cpython2/Lib/
Dfilecmp.py138 def phase2(self): # Distinguish files, directories, funnies member in dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
/external/wpa_supplicant_8/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
193 if (phase2) { in eap_tls_params_from_conf()
301 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init()
304 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) < in eap_peer_tls_ssl_init()
312 if (data->phase2) { in eap_peer_tls_ssl_init()
1092 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods()
1095 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
Deap_tls_common.h54 int phase2; member
/external/wpa_supplicant_8/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
Deap_server_tls_common.c58 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init()
89 if (data->phase2) { in eap_server_tls_ssl_init()
Deap_i.h224 int phase2);
Deap_server_eke.c33 int phase2; member
95 data->phase2 = sm->init_phase2; in eap_eke_init()
481 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) { in eap_eke_process_identity()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/external/libunwind_llvm/src/
DUnwind-seh.cpp217 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality() local
232 return phase2 ? _URC_INSTALL_CONTEXT : _URC_HANDLER_FOUND; in __libunwind_seh_personality()
234 return phase2 ? _URC_FATAL_PHASE2_ERROR : _URC_FATAL_PHASE1_ERROR; in __libunwind_seh_personality()
/external/wpa_supplicant_8/src/radius/
Dradius_server.h206 int phase2, struct eap_user *user);
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h72 int phase2, struct eap_user *user);
/external/wpa_supplicant_8/hs20/server/
Dsql.txt48 phase2 INTEGER,
Dsql-example.txt15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml92 phase2="auth=MSCHAPV2"
114 phase2="auth=MD5"

12