Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af1bc207 authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

fw-api: CL 26367617 - update fw common interface files

Change-Id: Ibbf80820bc02e629d60cc67fba271b1f5c4076d5
CRs-Fixed: 2262693
parent 82aee4a5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -4591,6 +4591,18 @@ typedef struct {
    A_UINT32 eapol_start_packets;
    A_UINT32 eapol_logoff_packets;
    A_UINT32 eapol_encap_asf_packets;
    A_UINT32 m1_success;
    A_UINT32 m1_compl_fail;
    A_UINT32 m2_success;
    A_UINT32 m2_compl_fail;
    A_UINT32 m3_success;
    A_UINT32 m3_compl_fail;
    A_UINT32 m4_success;
    A_UINT32 m4_compl_fail;
    A_UINT32 g1_success;
    A_UINT32 g1_compl_fail;
    A_UINT32 g2_success;
    A_UINT32 g2_compl_fail;
} htt_stats_tx_de_eapol_packets_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_tx_de_eapol_packets_tlv htt_tx_de_eapol_packets_stats_tlv;