Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_fast.c969 enum eap_type next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local
996 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
997 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1007 next_type = sm->user->methods[ in eap_fast_process_phase2_response()
1010 next_vendor, next_type); in eap_fast_process_phase2_response()
1013 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1015 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1036 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
1037 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response()
1049 next_type = eap_fast_req_failure(sm, data); in eap_fast_process_phase2_response()
[all …]
H A Deap_server_teap.c716 enum eap_type next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local
745 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
746 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
756 next_type = sm->user->methods[ in eap_teap_process_phase2_response()
759 next_vendor, next_type); in eap_teap_process_phase2_response()
762 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response()
764 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
785 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); in eap_teap_process_phase2_response()
786 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response()
804 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response()
[all …]
H A Deap_server_peap.c836 u32 next_type; in eap_peap_process_phase2_soh() local
949 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh()
952 sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
953 eap_peap_phase2_init(sm, data, sm->user->methods[0].vendor, next_type); in eap_peap_process_phase2_soh()
963 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local
1001 next_type = sm->user->methods[ in eap_peap_process_phase2_response()
1005 next_vendor, next_type); in eap_peap_process_phase2_response()
1009 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
1011 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response()
1037 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response()
[all …]
H A Deap_server_ttls.c860 enum eap_type next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local
887 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response()
890 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
892 next_type)) { in eap_ttls_process_phase2_eap_response()
895 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
944 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response()
947 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
949 next_type)) { in eap_ttls_process_phase2_eap_response()
952 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c300 uint8_t next_type, next_port; in bcma_erom_lookup_core_addr() local
311 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr()
314 if (next_type != region_type || in bcma_erom_lookup_core_addr()
326 uint8_t next_port, next_type; in bcma_erom_lookup_core_addr() local
335 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr()
338 if (next_type != region_type || in bcma_erom_lookup_core_addr()