Searched refs:phase1 (Results 1 - 25 of 44) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf605 # phase1: Pre-configure Phase 1 (outer authentication) parameters
1134 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
1178 # (these are normally in the phase1 parameter, but can be used also in the
1255 # phase1: fast_provisioning option can be used to enable in-line provisioning
1461 phase1="peaplabel=1"
1593 phase1="fast_provisioning=1"
1604 phase1="fast_provisioning=1"
1698 phase1="peaplabel=0"
H A Dconfig.h240 * phase1 - Phase 1 (outer authentication) parameters
244 char *phase1; member in struct:wpa_cred
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h370 * phase1 - Phase 1 (outer authentication) parameters
435 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c74 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, "tn
73 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c146 const char *phase1; local
184 phase1 = eap_get_config_phase1(sm);
185 if (phase1 == NULL) {
186 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
192 pos = os_strstr(phase1, "pin=");
206 pos = os_strstr(phase1, "pbc=1");
211 pos = os_strstr(phase1, "dev_pw_id=");
221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
227 pos = os_strstr(phase1, " pkhash=");
245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
[all...]
H A Deap_eke.c73 const char *phase1; local
96 phase1 = eap_get_config_phase1(sm);
97 if (phase1) {
100 pos = os_strstr(phase1, "dhgroup=");
107 pos = os_strstr(phase1, "encr=");
114 pos = os_strstr(phase1, "prf=");
121 pos = os_strstr(phase1, "mac=");
H A Deap_gpsk.c84 const char *phase1; local
107 phase1 = eap_get_config_phase1(sm);
108 if (phase1) {
111 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c117 const char *phase1)
121 pos = os_strstr(phase1, "fast_provisioning=");
128 pos = os_strstr(phase1, "fast_max_pac_list_len=");
137 pos = os_strstr(phase1, "fast_pac_format=binary");
160 if (config->phase1)
161 eap_fast_parse_phase1(data, config->phase1);
116 eap_fast_parse_phase1(struct eap_fast_data *data, const char *phase1) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h370 * phase1 - Phase 1 (outer authentication) parameters
435 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c74 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, "tn
73 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c146 const char *phase1; local
184 phase1 = eap_get_config_phase1(sm);
185 if (phase1 == NULL) {
186 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
192 pos = os_strstr(phase1, "pin=");
206 pos = os_strstr(phase1, "pbc=1");
211 pos = os_strstr(phase1, "dev_pw_id=");
221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
227 pos = os_strstr(phase1, " pkhash=");
245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
[all...]
H A Deap_eke.c73 const char *phase1; local
96 phase1 = eap_get_config_phase1(sm);
97 if (phase1) {
100 pos = os_strstr(phase1, "dhgroup=");
107 pos = os_strstr(phase1, "encr=");
114 pos = os_strstr(phase1, "prf=");
121 pos = os_strstr(phase1, "mac=");
H A Deap_gpsk.c84 const char *phase1; local
107 phase1 = eap_get_config_phase1(sm);
108 if (phase1) {
111 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c117 const char *phase1)
121 pos = os_strstr(phase1, "fast_provisioning=");
128 pos = os_strstr(phase1, "fast_max_pac_list_len=");
137 pos = os_strstr(phase1, "fast_pac_format=binary");
160 if (config->phase1)
161 eap_fast_parse_phase1(data, config->phase1);
116 eap_fast_parse_phase1(struct eap_fast_data *data, const char *phase1) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_config.h370 * phase1 - Phase 1 (outer authentication) parameters
435 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c74 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, "tn
73 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c146 const char *phase1; local
184 phase1 = eap_get_config_phase1(sm);
185 if (phase1 == NULL) {
186 wpa_printf(MSG_INFO, "EAP-WSC: phase1 configuration data not "
192 pos = os_strstr(phase1, "pin=");
206 pos = os_strstr(phase1, "pbc=1");
211 pos = os_strstr(phase1, "dev_pw_id=");
221 wpa_printf(MSG_INFO, "EAP-WSC: PIN or PBC not set in phase1 "
227 pos = os_strstr(phase1, " pkhash=");
245 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1);
[all...]
H A Deap_eke.c73 const char *phase1; local
96 phase1 = eap_get_config_phase1(sm);
97 if (phase1) {
100 pos = os_strstr(phase1, "dhgroup=");
107 pos = os_strstr(phase1, "encr=");
114 pos = os_strstr(phase1, "prf=");
121 pos = os_strstr(phase1, "mac=");
H A Deap_gpsk.c84 const char *phase1; local
107 phase1 = eap_get_config_phase1(sm);
108 if (phase1) {
111 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c117 const char *phase1)
121 pos = os_strstr(phase1, "fast_provisioning=");
128 pos = os_strstr(phase1, "fast_max_pac_list_len=");
137 pos = os_strstr(phase1, "fast_pac_format=binary");
160 if (config->phase1)
161 eap_fast_parse_phase1(data, config->phase1);
116 eap_fast_parse_phase1(struct eap_fast_data *data, const char *phase1) argument
/external/python/cpython2/Lib/
H A Dfilecmp.py131 def phase1(self): # Compute common names member in class:dircmp
232 common=phase1, left_only=phase1, right_only=phase1,
/external/python/cpython3/Lib/
H A Dfilecmp.py140 def phase1(self): # Compute common names member in class:dircmp
241 common=phase1, left_only=phase1, right_only=phase1,
/external/libunwind_llvm/src/
H A DUnwind-sjlj.c200 _LIBUNWIND_ABORT("during phase1 personality function said it would "
325 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); local
326 if (phase1 != _URC_NO_REASON)
327 return phase1;
H A DUnwindLevel1.c201 _LIBUNWIND_ABORT("during phase1 personality function said it would "
355 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); local
356 if (phase1 != _URC_NO_REASON)
357 return phase1;
H A DUnwind-EHABI.cpp83 // perform phase1 or phase2 unwinding.
132 // TODO(ajwong): This is only phase1 compatible logic. Implement
616 _LIBUNWIND_ABORT("during phase1 personality function said it would "
680 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); local
681 if (phase1 != _URC_NO_REASON)
682 return phase1;

Completed in 325 milliseconds

12