Home
last modified time | relevance | path

Searched refs:phase1 (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwpa_supplicant.conf614 phase1="peaplabel=1"
746 phase1="fast_provisioning=1"
757 phase1="fast_provisioning=1"
822 phase1="peaplabel=0"
Deap_testing.txt121 encryption", during key derivation (requires phase1="peaplabel=1" in the
126 (phase1="peap_outer_success=0 peaplabel=1") (in "IETF Draft 5" mode)
321 "IETF Draft 5" mode requires phase1="peap_outer_success=0 peaplabel=1"
322 'Cisco ACU 5.05' mode works without phase1 configuration
381 - phase1="peap_outer_success=0 peaplabel=1"
Dscan.c65 if (!ssid->eap.phase1) in wpas_wps_in_use()
68 if (os_strstr(ssid->eap.phase1, "pbc=1")) in wpas_wps_in_use()
Dwps_supplicant.c237 os_free(ssid->eap.phase1); in wpa_supplicant_wps_cred()
238 ssid->eap.phase1 = NULL; in wpa_supplicant_wps_cred()
DChangeLog265 EAP-SIM and EAP-AKA (phase1="result_ind=1")
344 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string)
346 (fast_pac_format=binary in phase1 string)
928 * added new phase1 option parameter, include_tls_length=1, to force
1072 peap_outer_success=0 on phase1 parameters in wpa_supplicant.conf
1075 * PEAPv1: changed phase1 option peaplabel to use default to 0, i.e., to
1093 (phase1="sim_min_num_chal=3" can be used to require three challenges)
1218 * PEAP version can now be forced with phase1="peapver=<ver>"
Dconfig.c1467 { STRe(phase1) },
1634 os_free(eap->phase1); in eap_peer_config_free()
Dconfig_file.c769 STR(phase1); in wpa_config_write_network()
DREADME634 phase1="peaplabel=0"
697 phase1="peaplabel=0"
/freebsd-9-stable/contrib/wpa/src/eap_peer/
Deap_peap.c78 const char *phase1) in eap_peap_parse_phase1() argument
82 pos = os_strstr(phase1, "peapver="); in eap_peap_parse_phase1()
90 if (os_strstr(phase1, "peaplabel=1")) { in eap_peap_parse_phase1()
96 if (os_strstr(phase1, "peap_outer_success=0")) { in eap_peap_parse_phase1()
100 } else if (os_strstr(phase1, "peap_outer_success=1")) { in eap_peap_parse_phase1()
104 } else if (os_strstr(phase1, "peap_outer_success=2")) { in eap_peap_parse_phase1()
110 if (os_strstr(phase1, "crypto_binding=0")) { in eap_peap_parse_phase1()
113 } else if (os_strstr(phase1, "crypto_binding=1")) { in eap_peap_parse_phase1()
116 } else if (os_strstr(phase1, "crypto_binding=2")) { in eap_peap_parse_phase1()
122 if (os_strstr(phase1, "tnc=soh2")) { in eap_peap_parse_phase1()
[all …]
Deap_wsc.c142 const char *phase1; in eap_wsc_init() local
178 phase1 = eap_get_config_phase1(sm); in eap_wsc_init()
179 if (phase1 == NULL) { in eap_wsc_init()
186 pos = os_strstr(phase1, "pin="); in eap_wsc_init()
194 pos = os_strstr(phase1, "pbc=1"); in eap_wsc_init()
206 res = eap_wsc_new_ap_settings(&new_ap_settings, phase1); in eap_wsc_init()
Deap_config.h372 char *phase1; member
Deap_fast.c120 const char *phase1) in eap_fast_parse_phase1() argument
124 pos = os_strstr(phase1, "fast_provisioning="); in eap_fast_parse_phase1()
131 pos = os_strstr(phase1, "fast_max_pac_list_len="); in eap_fast_parse_phase1()
140 pos = os_strstr(phase1, "fast_pac_format=binary"); in eap_fast_parse_phase1()
162 if (config && config->phase1 && in eap_fast_init()
163 eap_fast_parse_phase1(data, config->phase1) < 0) { in eap_fast_init()
Deap_tls_common.c77 eap_tls_params_flags(params, config->phase1); in eap_tls_params_from_conf1()
223 if (config->phase1 && in eap_peer_tls_ssl_init()
224 os_strstr(config->phase1, "include_tls_length=1")) { in eap_peer_tls_ssl_init()
Deap.c1908 return config->phase1; in eap_get_config_phase1()
2123 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pbc=1") == NULL) in eap_is_wps_pbc_enrollee()
2136 if (conf->phase1 == NULL || os_strstr(conf->phase1, "pin=") == NULL) in eap_is_wps_pin_enrollee()
Deap_sim.c104 if (config && config->phase1) { in eap_sim_init()
105 char *pos = os_strstr(config->phase1, "sim_min_num_chal="); in eap_sim_init()
121 data->result_ind = os_strstr(config->phase1, "result_ind=1") != in eap_sim_init()
Deap_aka.c98 const char *phase1 = eap_get_config_phase1(sm); in eap_aka_init() local
109 data->result_ind = phase1 && os_strstr(phase1, "result_ind=1") != NULL; in eap_aka_init()
Deap_ttls.c99 if (config && config->phase1) { in eap_ttls_init()
100 const char *pos = os_strstr(config->phase1, "ttlsver="); in eap_ttls_init()
/freebsd-9-stable/tools/regression/net80211/tkip/
Dtest_tkip.c128 const u_int8_t *phase1; member
258 if (memcmp(ctx->tx_ttak, t->phase1, t->phase1_len)) { in runtest()
261 t->phase1, t->phase1_len); in runtest()
289 if (memcmp(ctx->rx_ttak, t->phase1, t->phase1_len)) { in runtest()
292 t->phase1, t->phase1_len); in runtest()
/freebsd-9-stable/contrib/wpa/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml91 phase1="peaplabel=0"
166 phase1="peaplabel=0"