*
* \param[in] device_type specific device type(cellular/wifi).
* \param[in] statistics_type specific statistics type.
- * \param[out] statistics_type statistics value requested.
+ * \param[out] size statistics value requested.
*
******************************************************************************************/
int net_get_statistics(net_device_t device_type, net_statistics_type_e statistics_type, unsigned long long *size);
/**
* \brief Get TCP dump running status.
*
- * \param[in] is_tcpdump_running True or false boolean, tcpdump is in progress or not running
+ * \param[out] is_tcpdump_running True or false boolean, tcpdump is in progress or not running
*
******************************************************************************************/
gboolean net_get_tcpdump_state(gboolean *is_tcpdump_running);