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

  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf 429 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
490 # phase1: fast_provisioning option can be used to enable in-line provisioning
575 phase1="peaplabel=1"
612 # Phase1 / outer authentication
707 phase1="fast_provisioning=1"
718 phase1="fast_provisioning=1"
783 phase1="peaplabel=0"
scan.c 58 if (!ssid->eap.phase1)
61 if (os_strstr(ssid->eap.phase1, "pbc=1"))
wps_supplicant.c 246 os_free(ssid->eap.phase1);
247 ssid->eap.phase1 = NULL;
565 wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0);
590 wpa_config_set(ssid, "phase1", val, 0);
611 wpa_config_set(ssid, "phase1", val, 0);
config.c     [all...]
config_file.c 779 STR(phase1);
config_winreg.c 850 STR(phase1);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 308 * phase1 - Phase 1 (outer authentication) parameters
363 char *phase1; member in struct:eap_peer_config
eap_peap.c 78 const char *phase1)
82 pos = os_strstr(phase1, "peapver=");
90 if (os_strstr(phase1, "peaplabel=1")) {
96 if (os_strstr(phase1, "peap_outer_success=0")) {
100 } else if (os_strstr(phase1, "peap_outer_success=1")) {
104 } else if (os_strstr(phase1, "peap_outer_success=2")) {
110 if (os_strstr(phase1, "crypto_binding=0")) {
113 } else if (os_strstr(phase1, "crypto_binding=1")) {
116 } else if (os_strstr(phase1, "crypto_binding=2")) {
122 if (os_strstr(phase1, "tnc=soh2"))
    [all...]
eap_wsc.c 76 const char *phase1; local
110 phase1 = eap_get_config_phase1(sm);
111 if (phase1 == NULL) {
112 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
118 pos = os_strstr(phase1, "pin=");
126 pos = os_strstr(phase1, "pbc=1");
132 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
eap.c     [all...]
eap_fast.c 120 const char *phase1)
124 pos = os_strstr(phase1, "fast_provisioning=");
131 pos = os_strstr(phase1, "fast_max_pac_list_len=");
140 pos = os_strstr(phase1, "fast_pac_format=binary");
162 if (config && config->phase1 &&
163 eap_fast_parse_phase1(data, config->phase1) < 0) {
    [all...]
eap_sim.c 106 if (config && config->phase1) {
107 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
123 data->result_ind = os_strstr(config->phase1, "result_ind=1") !=
eap_tls_common.c 77 eap_tls_params_flags(params, config->phase1);
112 wpa_printf(MSG_DEBUG, "TLS: using phase1 config options");
219 if (config->phase1 &&
220 os_strstr(config->phase1, "include_tls_length=1")) {
eap_aka.c 100 const char *phase1 = eap_get_config_phase1(sm); local
111 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL;
    [all...]
eap_ttls.c 99 if (config && config->phase1) {
100 const char *pos = os_strstr(config->phase1, "ttlsver=");
    [all...]
  /external/wpa_supplicant/
config_ssid.h 495 * phase1 - Phase 1 (outer authentication) parameters
527 char *phase1; member in struct:wpa_ssid
eap_peap.c 80 if (config && config->phase1) {
81 char *pos = os_strstr(config->phase1, "peapver=");
89 if (os_strstr(config->phase1, "peaplabel=1")) {
95 if (os_strstr(config->phase1, "peap_outer_success=0")) {
99 } else if (os_strstr(config->phase1, "peap_outer_success=1")) {
104 } else if (os_strstr(config->phase1, "peap_outer_success=2")) {
720 * phase1 parameter peaplabel=1. */
eap_tls_common.c 188 if (config->phase1 &&
189 os_strstr(config->phase1, "include_tls_length=1")) {
eap_sim.c 71 if (config && config->phase1) {
72 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
config_file.c 612 STR(phase1);
config.c 1176 { STR(phase1) },
1353 os_free(ssid->phase1);
    [all...]
eap_fast.c 629 if (config && config->phase1) {
630 if (os_strstr(config->phase1, "fast_provisioning=1")) {
    [all...]
eap_ttls.c 89 if (config && config->phase1) {
90 char *pos = os_strstr(config->phase1, "ttlsver=");
    [all...]
config_winreg.c 762 STR(phase1);
  /external/ipsec-tools/src/racoon/
cftoken.l 272 <S_RTRY>phase1 { YYD; return(RETRY_PHASE1); }

Completed in 176 milliseconds