HomeSort by relevance Sort by last modified time
    Searched refs:init_phase2 (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls.c 36 ((sm->init_phase2 ? config->private_key2 : config->private_key)
38 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
47 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
84 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
111 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
eap_i.h 333 int init_phase2; member in struct:eap_sm
eap_peap.c 696 sm->init_phase2 = 1;
699 sm->init_phase2 = 0;
    [all...]
eap_tls_common.c 250 data->phase2 = sm->init_phase2;
251 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
    [all...]
eap_mschapv2.c 131 data->phase2 = sm->init_phase2;
eap_ttls.c 368 sm->init_phase2 = 1;
370 sm->init_phase2 = 0;
    [all...]
eap_fast.c 359 sm->init_phase2 = 1;
361 sm->init_phase2 = 0;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 167 int init_phase2; member in struct:eap_sm
eap_server_tls_common.c 55 data->phase2 = sm->init_phase2;
eap_server_peap.c 553 sm->init_phase2 = 1;
555 sm->init_phase2 = 0;
    [all...]
eap_server_fast.c 957 sm->init_phase2 = 1;
959 sm->init_phase2 = 0;
    [all...]
eap_server_ttls.c 807 sm->init_phase2 = 1;
809 sm->init_phase2 = 0;
    [all...]
eap_server_eke.c 95 data->phase2 = sm->init_phase2;

Completed in 220 milliseconds