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

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 420 # phase1: Pre-configure Phase 1 (outer authentication) parameters
    [all...]
config.h 188 * phase1 - Phase 1 (outer authentication) parameters
192 char *phase1; member in struct:wpa_cred
config_file.c 677 STR(phase1);
768 if (cred->phase1)
769 fprintf(f, "\tphase1=\"%s\"\n", cred->phase1);
interworking.c 1090 if (cred->phase1) {
1091 os_free(ssid->eap.phase1);
1092 ssid->eap.phase1 = os_strdup(cred->phase1);
    [all...]
config.c     [all...]
scan.c 62 if (!ssid->eap.phase1)
65 if (os_strstr(ssid->eap.phase1, "pbc=1"))
    [all...]
config_winreg.c 894 STR(phase1);
wps_supplicant.c 378 os_free(ssid->eap.phase1);
379 ssid->eap.phase1 = NULL;
1078 if (wpa_config_set(ssid, "phase1", "\"pbc=1\"", 0) < 0)
1122 if (wpa_config_set(ssid, "phase1", val, 0) < 0)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 314 * phase1 - Phase 1 (outer authentication) parameters
369 char *phase1; member in struct:eap_peer_config
eap_peap.c 74 const char *phase1)
78 pos = os_strstr(phase1, "peapver=");
86 if (os_strstr(phase1, "peaplabel=1")) {
92 if (os_strstr(phase1, "peap_outer_success=0")) {
96 } else if (os_strstr(phase1, "peap_outer_success=1")) {
100 } else if (os_strstr(phase1, "peap_outer_success=2")) {
106 if (os_strstr(phase1, "crypto_binding=0")) {
109 } else if (os_strstr(phase1, "crypto_binding=1")) {
112 } else if (os_strstr(phase1, "crypto_binding=2")) {
118 if (os_strstr(phase1, "tnc=soh2"))
    [all...]
eap_wsc.c 148 const char *phase1; local
185 phase1 = eap_get_config_phase1(sm);
186 if (phase1 == NULL) {
187 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
193 pos = os_strstr(phase1, "pin=");
207 pos = os_strstr(phase1, "pbc=1");
213 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
219 pos = os_strstr(phase1, "dev_pw_id=");
223 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
eap_fast.c 116 const char *phase1)
120 pos = os_strstr(phase1, "fast_provisioning=");
127 pos = os_strstr(phase1, "fast_max_pac_list_len=");
136 pos = os_strstr(phase1, "fast_pac_format=binary");
158 if (config && config->phase1 &&
159 eap_fast_parse_phase1(data, config->phase1) < 0) {
    [all...]
eap_sim.c 99 if (config && config->phase1) {
100 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
116 data->result_ind = os_strstr(config->phase1, "result_ind=1") !=
eap_tls_common.c 87 eap_tls_params_flags(params, config->phase1);
134 wpa_printf(MSG_DEBUG, "TLS: using phase1 config options");
252 if (config->phase1 &&
253 os_strstr(config->phase1, "include_tls_length=1")) {
    [all...]
eap.c     [all...]
eap_aka.c 92 const char *phase1 = eap_get_config_phase1(sm); local
104 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 131 def phase1(self): # Compute common names member in class:dircmp
232 common=phase1, left_only=phase1, right_only=phase1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 131 def phase1(self): # Compute common names member in class:dircmp
232 common=phase1, left_only=phase1, right_only=phase1,
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
FFTFrame.cpp 133 double phase1 = arg(c1); local
136 double deltaPhase1 = phase1 - lastPhase1;
138 lastPhase1 = phase1;
  /external/ipsec-tools/src/racoon/
cftoken.l 272 <S_RTRY>phase1 { YYD; return(RETRY_PHASE1); }

Completed in 348 milliseconds