Searched refs:pstrStatistics (Results 1 – 2 of 2) sorted by relevance
1128 s32 host_int_get_statistics(struct host_if_drv *hWFIDrv, struct rf_info *pstrStatistics);
2126 s32 Handle_GetStatistics(struct host_if_drv *hif_drv, struct rf_info *pstrStatistics) in Handle_GetStatistics() argument2134 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u8LinkSpeed; in Handle_GetStatistics()2140 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->s8RSSI; in Handle_GetStatistics()2146 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32TxCount; in Handle_GetStatistics()2152 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32RxCount; in Handle_GetStatistics()2158 strWIDList[u32WidsCount].val = (s8 *)&pstrStatistics->u32TxFailureCount; in Handle_GetStatistics()3853 s32 host_int_get_statistics(struct host_if_drv *hif_drv, struct rf_info *pstrStatistics) in host_int_get_statistics() argument3860 msg.body.data = (char *)pstrStatistics; in host_int_get_statistics()