Home
last modified time | relevance | path

Searched refs:eap_fast_tlv_result (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c514 static struct wpabuf * eap_fast_tlv_result(int status, int intermediate) in eap_fast_tlv_result() function
1194 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted()
1200 resp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 1); in eap_fast_process_decrypted()
1216 tmp = eap_fast_tlv_result(failed ? EAP_TLV_RESULT_FAILURE : in eap_fast_process_decrypted()
1252 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_SUCCESS, 0); in eap_fast_process_decrypted()
1255 tmp = eap_fast_tlv_result(EAP_TLV_RESULT_FAILURE, 0); in eap_fast_process_decrypted()