Searched refs:next_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c973 u8 next_type = EAP_TYPE_NONE; local
999 next_type = eap_fast_req_failure(sm, data);
1000 eap_fast_phase2_init(sm, data, next_type);
1008 next_type = sm->user->methods[
1011 next_type);
1013 next_type = eap_fast_req_failure(sm, data);
1015 eap_fast_phase2_init(sm, data, next_type);
1024 next_type = eap_fast_req_failure(sm, data);
1035 next_type = eap_fast_req_failure(sm, data);
1036 eap_fast_phase2_init(sm, data, next_type);
1472 u8 next_type; local
[all...]
H A Deap_server_peap.c772 u8 next_type; local
885 next_type = sm->user->methods[0].method;
887 wpa_printf(MSG_DEBUG, "EAP-PEAP: try EAP type %d", next_type);
888 eap_peap_phase2_init(sm, data, next_type);
897 u8 next_type = EAP_TYPE_NONE; local
931 next_type = sm->user->methods[
934 next_type);
937 next_type = EAP_TYPE_NONE;
939 eap_peap_phase2_init(sm, data, next_type);
964 next_type
[all...]
H A Deap_server_ttls.c943 u8 next_type = EAP_TYPE_NONE; local
968 next_type = sm->user->methods[
971 next_type);
972 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
975 next_type);
1023 next_type = sm->user->methods[0].method;
1025 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type);
1026 if (eap_ttls_phase2_eap_init(sm, data, next_type)) {
1028 "EAP type %d", next_type);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c8017 enum dwarf_macinfo_record_type next_type;
8033 next_type = read_1_byte (abfd, mac_ptr);
8034 if (next_type != 0)
8016 enum dwarf_macinfo_record_type next_type; local

Completed in 194 milliseconds