Searched refs:next_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 969 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 D | eap_server_peap.c | 836 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 D | eap_server_teap.c | 1075 enum eap_type next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local 1104 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response() 1105 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1115 next_type = sm->user->methods[ in eap_teap_process_phase2_response() 1118 next_vendor, next_type); in eap_teap_process_phase2_response() 1121 next_type = eap_teap_req_failure(data, 0); in eap_teap_process_phase2_response() 1123 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1144 next_type = eap_teap_req_failure(data, TEAP_ERROR_INNER_METHOD); in eap_teap_process_phase2_response() 1145 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1163 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response() [all …]
|
H A D | eap_server_ttls.c | 855 enum eap_type next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local 882 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response() 885 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 887 next_type)) { in eap_ttls_process_phase2_eap_response() 890 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 939 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response() 942 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 944 next_type)) { in eap_ttls_process_phase2_eap_response() 947 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 300 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()
|