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

1 2

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 460 # phase1: Pre-configure Phase 1 (outer authentication) parameters
    [all...]
config.h 224 * phase1 - Phase 1 (outer authentication) parameters
228 char *phase1; member in struct:wpa_cred
    [all...]
config_file.c 697 STR(phase1);
803 if (cred->phase1)
804 fprintf(f, "\tphase1=\"%s\"\n", cred->phase1);
    [all...]
interworking.c     [all...]
config.c     [all...]
scan.c 62 if (!ssid->eap.phase1)
65 if (os_strstr(ssid->eap.phase1, "pbc=1"))
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 340 * phase1 - Phase 1 (outer authentication) parameters
395 char *phase1; member in struct:eap_peer_config
eap_peap.c 73 const char *phase1)
77 pos = os_strstr(phase1, "peapver=");
85 if (os_strstr(phase1, "peaplabel=1")) {
91 if (os_strstr(phase1, "peap_outer_success=0")) {
95 } else if (os_strstr(phase1, "peap_outer_success=1")) {
99 } else if (os_strstr(phase1, "peap_outer_success=2")) {
105 if (os_strstr(phase1, "crypto_binding=0")) {
108 } else if (os_strstr(phase1, "crypto_binding=1")) {
111 } else if (os_strstr(phase1, "crypto_binding=2")) {
117 if (os_strstr(phase1, "tnc=soh2"))
    [all...]
eap_wsc.c 150 const char *phase1; local
188 phase1 = eap_get_config_phase1(sm);
189 if (phase1 == NULL) {
190 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
196 pos = os_strstr(phase1, "pin=");
210 pos = os_strstr(phase1, "pbc=1");
215 pos = os_strstr(phase1, "dev_pw_id=");
225 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
231 pos = os_strstr(phase1, " pkhash=");
249 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
    [all...]
eap_eke.c 73 const char *phase1; local
97 phase1 = eap_get_config_phase1(sm);
98 if (phase1) {
101 pos = os_strstr(phase1, "dhgroup=");
108 pos = os_strstr(phase1, "encr=");
115 pos = os_strstr(phase1, "prf=");
122 pos = os_strstr(phase1, "mac=");
eap_gpsk.c 84 const char *phase1; local
108 phase1 = eap_get_config_phase1(sm);
109 if (phase1) {
112 pos = os_strstr(phase1, "cipher=");
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");
161 if (config->phase1 && eap_fast_parse_phase1(data, config->phase1) < 0) {
    [all...]
eap_tls_common.c 100 eap_tls_params_flags(params, config->phase1);
148 wpa_printf(MSG_DEBUG, "TLS: using phase1 config options");
266 if (config->phase1 &&
267 os_strstr(config->phase1, "include_tls_length=1")) {
    [all...]
eap.c     [all...]
eap_aka.c 90 const char *phase1 = eap_get_config_phase1(sm); local
102 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL;
    [all...]
eap_sim.c 97 if (config && config->phase1) {
98 char *pos = os_strstr(config->phase1, "sim_min_num_chal=");
114 data->result_ind = os_strstr(config->phase1, "result_ind=1") !=
    [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/platform/audio/
FFTFrame.cpp 134 double phase1 = arg(c1); local
137 double deltaPhase1 = phase1 - lastPhase1;
139 lastPhase1 = phase1;
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 164 _LIBUNWIND_ABORT("during phase1 personality function said it would "
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
290 if (phase1 != _URC_NO_REASON)
291 return phase1;
UnwindLevel1.c 189 _LIBUNWIND_ABORT("during phase1 personality function said it would "
339 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
340 if (phase1 != _URC_NO_REASON)
341 return phase1;
Unwind-EHABI.cpp 84 // perform phase1 or phase2 unwinding.
133 // TODO(ajwong): This is only phase1 compatible logic. Implement
637 _LIBUNWIND_ABORT("during phase1 personality function said it would "
700 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
701 if (phase1 != _URC_NO_REASON)
702 return phase1;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 164 _LIBUNWIND_ABORT("during phase1 personality function said it would "
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
290 if (phase1 != _URC_NO_REASON)
291 return phase1;
UnwindLevel1.c 190 _LIBUNWIND_ABORT("during phase1 personality function said it would "
342 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
343 if (phase1 != _URC_NO_REASON)
344 return phase1;
Unwind-EHABI.cpp 127 // TODO(ajwong): This is only phase1 compatible logic. Implement
604 _LIBUNWIND_ABORT("during phase1 personality function said it would "
667 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object); local
668 if (phase1 != _URC_NO_REASON)
669 return phase1;
    [all...]

Completed in 859 milliseconds

1 2