Searched refs:next_vendor (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_fast.c | 978 int next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() local 1005 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 1007 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1015 next_vendor = sm->user->methods[ in eap_fast_process_phase2_response() 1020 next_vendor, next_type); in eap_fast_process_phase2_response() 1022 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 1025 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1045 next_vendor = EAP_VENDOR_IETF; in eap_fast_process_phase2_response() 1047 eap_fast_phase2_init(sm, data, next_vendor, next_type); in eap_fast_process_phase2_response() 1058 next_vendor in eap_fast_process_phase2_response() 1491 int next_vendor; eap_fast_process_phase2_start() local [all...] |
H A D | eap_server_teap.c | 1044 int next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() local 1073 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1075 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1083 next_vendor = sm->user->methods[ in eap_teap_process_phase2_response() 1088 next_vendor, next_type); in eap_teap_process_phase2_response() 1090 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1093 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1113 next_vendor = EAP_VENDOR_IETF; in eap_teap_process_phase2_response() 1115 eap_teap_phase2_init(sm, data, next_vendor, next_type); in eap_teap_process_phase2_response() 1132 next_vendor in eap_teap_process_phase2_response() 1776 int next_vendor; eap_teap_process_phase2_start() local [all...] |
H A D | eap_server_peap.c | 944 int next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() local 981 next_vendor = sm->user->methods[ in eap_peap_process_phase2_response() 987 next_vendor, next_type); in eap_peap_process_phase2_response() 990 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 993 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 1018 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1020 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 1048 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1059 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1066 next_vendor in eap_peap_process_phase2_response() [all...] |
H A D | eap_server_ttls.c | 853 int next_vendor = EAP_VENDOR_IETF; in eap_ttls_process_phase2_eap_response() local 879 next_vendor = sm->user->methods[ in eap_ttls_process_phase2_eap_response() 884 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 885 if (eap_ttls_phase2_eap_init(sm, data, next_vendor, in eap_ttls_process_phase2_eap_response() 889 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 937 next_vendor = sm->user->methods[0].vendor; in eap_ttls_process_phase2_eap_response() 941 next_vendor, next_type); in eap_ttls_process_phase2_eap_response() 942 if (eap_ttls_phase2_eap_init(sm, data, next_vendor, in eap_ttls_process_phase2_eap_response() 946 next_vendor, next_type); in eap_ttls_process_phase2_eap_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_peap.c | 913 int next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() local 950 next_vendor = sm->user->methods[ in eap_peap_process_phase2_response() 956 next_vendor, next_type); in eap_peap_process_phase2_response() 959 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 962 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 987 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 989 eap_peap_phase2_init(sm, data, next_vendor, next_type); in eap_peap_process_phase2_response() 1017 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1028 next_vendor = EAP_VENDOR_IETF; in eap_peap_process_phase2_response() 1035 next_vendor in eap_peap_process_phase2_response() [all...] |
Completed in 9 milliseconds