|
@@ -1679,17 +1679,19 @@ typedef struct sAniTrafStrmMetrics {
|
|
uint8_t RoamingCount;
|
|
uint8_t RoamingCount;
|
|
uint16_t RoamingDly;
|
|
uint16_t RoamingDly;
|
|
} tAniTrafStrmMetrics, *tpAniTrafStrmMetrics;
|
|
} tAniTrafStrmMetrics, *tpAniTrafStrmMetrics;
|
|
|
|
+
|
|
typedef struct sAniGetTsmStatsReq {
|
|
typedef struct sAniGetTsmStatsReq {
|
|
/* Common for all types are requests */
|
|
/* Common for all types are requests */
|
|
uint16_t msgType; /* message type is same as the request type */
|
|
uint16_t msgType; /* message type is same as the request type */
|
|
uint16_t msgLen; /* length of the entire request */
|
|
uint16_t msgLen; /* length of the entire request */
|
|
uint8_t staId;
|
|
uint8_t staId;
|
|
uint8_t tid; /* traffic id */
|
|
uint8_t tid; /* traffic id */
|
|
- tSirMacAddr bssId;
|
|
|
|
|
|
+ struct cdf_mac_addr bssId;
|
|
void *tsmStatsCallback;
|
|
void *tsmStatsCallback;
|
|
void *pDevContext; /* device context */
|
|
void *pDevContext; /* device context */
|
|
void *p_cds_context; /* cds context */
|
|
void *p_cds_context; /* cds context */
|
|
} tAniGetTsmStatsReq, *tpAniGetTsmStatsReq;
|
|
} tAniGetTsmStatsReq, *tpAniGetTsmStatsReq;
|
|
|
|
+
|
|
typedef struct sAniGetTsmStatsRsp {
|
|
typedef struct sAniGetTsmStatsRsp {
|
|
/* Common for all types are responses */
|
|
/* Common for all types are responses */
|
|
uint16_t msgType; /*
|
|
uint16_t msgType; /*
|