Lines Matching refs:result

621 	struct teap_tlv_result *result;  in eap_teap_build_crypto_binding()  local
625 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*cb)); in eap_teap_build_crypto_binding()
641 result = wpabuf_put(buf, sizeof(*result)); in eap_teap_build_crypto_binding()
642 result->tlv_type = host_to_be16(TEAP_TLV_MANDATORY | in eap_teap_build_crypto_binding()
644 result->length = host_to_be16(2); in eap_teap_build_crypto_binding()
645 result->status = host_to_be16(TEAP_STATUS_SUCCESS); in eap_teap_build_crypto_binding()
652 result = wpabuf_put(buf, sizeof(*result)); in eap_teap_build_crypto_binding()
653 result->tlv_type = host_to_be16(TEAP_TLV_MANDATORY | in eap_teap_build_crypto_binding()
655 result->length = host_to_be16(2); in eap_teap_build_crypto_binding()
656 result->status = host_to_be16(TEAP_STATUS_SUCCESS); in eap_teap_build_crypto_binding()
727 struct teap_tlv_result *result; in eap_teap_build_pac() local
793 data->srv_id_len + srv_id_info_len + 100 + sizeof(*result); in eap_teap_build_pac()
802 result = wpabuf_put(buf, sizeof(*result)); in eap_teap_build_pac()
803 WPA_PUT_BE16((u8 *) &result->tlv_type, in eap_teap_build_pac()
805 WPA_PUT_BE16((u8 *) &result->length, 2); in eap_teap_build_pac()
806 WPA_PUT_BE16((u8 *) &result->status, TEAP_STATUS_SUCCESS); in eap_teap_build_pac()
1545 if (tlv.result == TEAP_STATUS_FAILURE) { in eap_teap_process_phase2_tlvs()
1596 tlv.result != TEAP_STATUS_SUCCESS) { in eap_teap_process_phase2_tlvs()
1689 tlv.result == TEAP_STATUS_SUCCESS) { in eap_teap_process_phase2_tlvs()