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

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf460 # phase1: Pre-configure Phase 1 (outer authentication) parameters
853 # phase1: Phase1 (outer authentication, i.e., TLS tunnel) parameters
886 # (these are normally in the phase1 parameter, but can be used also in the
942 # phase1: fast_provisioning option can be used to enable in-line provisioning
1109 phase1="peaplabel=1"
1241 phase1="fast_provisioning=1"
1252 phase1="fast_provisioning=1"
1329 phase1="peaplabel=0"
H A Dconfig.h224 * phase1 - Phase 1 (outer authentication) parameters
228 char *phase1; member in struct:wpa_cred
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h340 * phase1 - Phase 1 (outer authentication) parameters
395 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c73 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, "tn
72 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c150 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...]
H A Deap_eke.c73 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=");
H A Deap_gpsk.c84 const char *phase1; local
108 phase1 = eap_get_config_phase1(sm);
109 if (phase1) {
112 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c116 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) {
115 eap_fast_parse_phase1(struct eap_fast_data *data, const char *phase1) argument
H A Deap_tls_common.c100 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")) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h340 * phase1 - Phase 1 (outer authentication) parameters
395 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c73 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, "tn
72 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c150 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...]
H A Deap_eke.c73 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=");
H A Deap_gpsk.c84 const char *phase1; local
108 phase1 = eap_get_config_phase1(sm);
109 if (phase1) {
112 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c116 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) {
115 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.h340 * phase1 - Phase 1 (outer authentication) parameters
395 char *phase1; member in struct:eap_peer_config
H A Deap_peap.c73 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, "tn
72 eap_peap_parse_phase1(struct eap_peap_data *data, const char *phase1) argument
[all...]
H A Deap_wsc.c150 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...]
H A Deap_eke.c73 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=");
H A Deap_gpsk.c84 const char *phase1; local
108 phase1 = eap_get_config_phase1(sm);
109 if (phase1) {
112 pos = os_strstr(phase1, "cipher=");
H A Deap_fast.c116 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) {
115 eap_fast_parse_phase1(struct eap_fast_data *data, const char *phase1) argument
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp134 double phase1 = arg(c1); local
137 double deltaPhase1 = phase1 - lastPhase1;
139 lastPhase1 = phase1;
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c164 _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;
H A DUnwindLevel1.c189 _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;
H A DUnwind-EHABI.cpp84 // 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;

Completed in 212 milliseconds

12