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 37 ((sm->init_phase2 ? config->private_key2 : config->private_key)
39 (sm->init_phase2 ? config->engine2 : config->engine) == 0)) {
48 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
85 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
112 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 700 sm->init_phase2 = 1;
703 sm->init_phase2 = 0;
    [all...]
eap_tls_common.c 262 data->phase2 = sm->init_phase2;
263 data->ssl_ctx = sm->init_phase2 && sm->ssl_ctx2 ? sm->ssl_ctx2 :
    [all...]
eap_mschapv2.c 131 data->phase2 = sm->init_phase2;
eap_fast.c 358 sm->init_phase2 = 1;
360 sm->init_phase2 = 0;
    [all...]
eap_ttls.c 416 sm->init_phase2 = 1;
418 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 58 data->phase2 = sm->init_phase2;
eap_server_fast.c 964 sm->init_phase2 = 1;
966 sm->init_phase2 = 0;
    [all...]
eap_server_peap.c 595 sm->init_phase2 = 1;
597 sm->init_phase2 = 0;
    [all...]
eap_server_ttls.c 840 sm->init_phase2 = 1;
842 sm->init_phase2 = 0;
    [all...]
eap_server_eke.c 95 data->phase2 = sm->init_phase2;

Completed in 143 milliseconds