Searched refs:next_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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 1007 next_type = sm->user->methods[ in eap_fast_process_phase2_response() 1010 next_vendor, next_type); in eap_fast_process_phase2_response() 1060 next_type = EAP_TYPE_MSCHAPV2; in eap_fast_process_phase2_response() 1064 next_type = sm->user->methods[0].method; in eap_fast_process_phase2_response() 1068 next_vendor, next_type); in eap_fast_process_phase2_response() 1076 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() 1081 next_type = EAP_TYPE_TNC; in eap_fast_process_phase2_response() 1482 enum eap_type next_type; in eap_fast_process_phase2_start() local 1502 next_type = sm->user->methods[0].method; in eap_fast_process_phase2_start() [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() 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() 1037 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1067 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1078 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1088 next_vendor, next_type); 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 1115 next_type = sm->user->methods[ in eap_teap_process_phase2_response() 1118 next_vendor, next_type); in eap_teap_process_phase2_response() 1163 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response() 1174 next_type = EAP_TYPE_PWD; in eap_teap_process_phase2_response() 1182 next_vendor, next_type); in eap_teap_process_phase2_response() 1195 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() 1200 next_type = EAP_TYPE_TNC; in eap_teap_process_phase2_response() 1810 enum eap_type next_type; in eap_teap_process_phase2_start() local 1824 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_start() [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-14.2/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 301 uint8_t next_type, next_port; in bcma_erom_lookup_core_addr() local 312 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr() 315 if (next_type != region_type || in bcma_erom_lookup_core_addr() 327 uint8_t next_port, next_type; in bcma_erom_lookup_core_addr() local 336 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr() 339 if (next_type != region_type || in bcma_erom_lookup_core_addr()
|