Searched refs:next_vendor (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/wpa/src/eap_server/ |
| HD | eap_server_fast.c | 968 int next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() local 995 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 997 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1005 next_vendor = sm->user->methods[ in eap_fast_process_phase2_response() 1010 next_vendor, next_type); in eap_fast_process_phase2_response() 1012 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 1015 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1035 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 1037 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1048 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() [all …]
|
| HD | eap_server_teap.c | 1074 int next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() local 1103 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1105 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1113 next_vendor = sm->user->methods[ in eap_teap_process_phase2_response() 1118 next_vendor, next_type); in eap_teap_process_phase2_response() 1120 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1123 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1143 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1145 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1162 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() [all …]
|
| HD | eap_server_peap.c | 962 int next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() local 999 next_vendor = sm->user->methods[ in eap_peap_process_phase2_response() 1005 next_vendor, next_type); in eap_peap_process_phase2_response() 1008 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1011 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 1036 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1038 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 1066 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1077 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1084 next_vendor = sm->user->methods[0].vendor; in eap_peap_process_phase2_response() [all …]
|
| HD | eap_server_ttls.c | 854 int next_vendor = EAP_VENDOR_IETF; in eap_ttls_process_phase2_eap_response() local 880 next_vendor = sm->user->methods[ in eap_ttls_process_phase2_eap_response() 885 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 886 if (eap_ttls_phase2_eap_init(sm, data, next_vendor, in eap_ttls_process_phase2_eap_response() 890 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 938 next_vendor = sm->user->methods[0].vendor; in eap_ttls_process_phase2_eap_response() 942 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 943 if (eap_ttls_phase2_eap_init(sm, data, next_vendor, in eap_ttls_process_phase2_eap_response() 947 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
|