|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
50 #ifndef DEVICE_WIFI_RADIO_STATS_H_
51 #define DEVICE_WIFI_RADIO_STATS_H_
54 #include "hostIf_utils.h"
55 #include "hostIf_tr69ReqHandler.h"
56 #include "hostIf_updateHandler.h"
69 static GHashTable *ifHash;
76 static GList* getAllAssociateDevs();
78 static void closeAllInstances();
79 int get_Device_WiFi_Radio_Stats_Props_Fields(
int radioIndex);
80 void checkWifiRadioPropsFetch(
int radioIndex);
82 unsigned long BytesSent;
83 unsigned long BytesReceived;
84 unsigned long PacketsSent;
85 unsigned long PacketsReceived;
86 unsigned int ErrorsSent;
87 unsigned int ErrorsReceived;
88 unsigned int DiscardPacketsSent;
89 unsigned int DiscardPacketsReceived;
90 unsigned int NoiseFloor;
int get_Device_WiFi_Radio_Stats_BytesReceived(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of bytes received on the interface, including framing characters.
int get_Device_WiFi_Radio_Stats_DiscardPacketsReceived(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of inbound packets which were chosen to be discarded even though no errors had b...
int get_Device_WiFi_Radio_Stats_BytesSent(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get total number of bytes transmitted out of the interface, including framing characters.
int get_Device_WiFi_Radio_Stats_DiscardPacketsSent(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of outbound packets which were chosen to be discarded even though no errors had ...
int get_Device_WiFi_Radio_Stats_PacketsSent(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the value of 'Device.WiFi.Radio.Stats.PacketsSent'. This function provides the total number of pa...
int get_Device_WiFi_Radio_Stats_ErrorsReceived(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of inbound packets that contained errors preventing them from being delivered to...
int get_Device_WiFi_Radio_Stats_NoiseFloor(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get total number of bytes transmitted out of the interface, including framing characters.
int get_Device_WiFi_Radio_Stats_ErrorsSent(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of outbound packets that could not be transmitted because of errors.
int get_Device_WiFi_Radio_Stats_PacketsReceived(HOSTIF_MsgData_t *stMsgData, int radioIndex)
Get the total number of packets received on the interface.