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

Change-Id: I9e25c491e407437f7d9889d38753eaf25c2465cb
WMI: vdev_[get/set]_connectivity_check_stats defs
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2018-01-04 09:01:56 -08:00
committed by snandini
부모 93c28ce941
커밋 499158d305
3개의 변경된 파일22개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@@ -12756,6 +12756,21 @@ typedef struct {
A_UINT32 ba_session_establishment_status; /* WMI_ARP_STATS_BA_SESSION_ESTABLISH_STATUS */
} wmi_vdev_get_arp_stats_event_fixed_param;
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_connectivity_check_stats */
A_UINT32 pkt_type_bitmap; /* WMI_IP_CONNECTIVITY_STATS_RX_PKT_TYPE_BITMAP - only for DNS, TCP and ICMP */
A_UINT32 tcp_src_port; /* target will maintain TCP stats (only) for frames with this src port */
A_UINT32 tcp_dst_port; /* target will maintain TCP stats (only) for frames with this dst port */
A_UINT32 icmp_ipv4; /* target will maintain ICMPv4 stats (only) for frames containing this IP address */
} wmi_vdev_set_connectivity_check_stats;
/* per vdev dns/icmp/tcp based stats*/
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_get_connectivity_check_stats */
A_UINT32 tcp_ack_recvd; /* number of tcp syn ack's received by FW */
A_UINT32 icmpv4_rsp_recvd; /* number of icmpv4 responses received by FW */
} wmi_vdev_get_connectivity_check_stats;
typedef struct {
A_UINT32 tlv_header;
A_UINT32 vdev_id;