Searched refs:eap_fast_tlv_result (Results 1 – 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap_fast.c | 534 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) in eap_fast_tlv_result() function 1215 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted() 1221 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 1); in eap_fast_process_decrypted() 1237 tmp = eap_fast_tlv_result(failed ? EAP_TLV_RESULT_FAILURE : in eap_fast_process_decrypted() 1273 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_SUCCESS, 0); in eap_fast_process_decrypted() 1276 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap_fast.c | 514 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) in eap_fast_tlv_result() function 1195 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted() 1201 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 1); in eap_fast_process_decrypted() 1217 tmp = eap_fast_tlv_result(failed ? EAP_TLV_RESULT_FAILURE : in eap_fast_process_decrypted() 1253 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_SUCCESS, 0); in eap_fast_process_decrypted() 1256 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted()
|