|
RDK Documentation (Open Sourced RDK Components)
|
30 #ifndef DEVICE_WIFI_ENDPOINT_H_
31 #define DEVICE_WIFI_ENDPOINT_H_
34 #include "hostIf_utils.h"
35 #include "hostIf_tr69ReqHandler.h"
36 #include "hostIf_updateHandler.h"
64 static GHashTable *ifHash;
73 static GList* getAllInstances();
75 static void closeAllInstances();
80 char ProfileReference[256];
81 char SSIDReference[256];
82 unsigned int ProfileNumberOfEntries;
84 unsigned long LastDataDownlinkRate;
85 unsigned long LastDataUplinkRate;
87 unsigned long Retransmissions;
int set_Device_WiFi_EndPoint_Alias(HOSTIF_MsgData_t *stMsgData)
Set the alias name for the wireless endpoint.
int get_Device_WiFi_EndPoint_Enable(HOSTIF_MsgData_t *stMsgData)
Check wethen wifi endpoint is enabled or not.
int set_Device_WiFi_EndPoint_ProfileReference(HOSTIF_MsgData_t *stMsgData)
Set the value MUST be the path name of a row in the Profile table. If the referenced object is delete...
int get_Device_WiFi_EndPoint_Alias(HOSTIF_MsgData_t *stMsgData)
Get the alias name of the wireless endpoint.
int get_Device_WiFi_EndPoint_Stats_LastDataUplinkRate(HOSTIF_MsgData_t *stMsgData)
The data transmit rate in kbps that was most recently used for transmission from the end point to the...
int get_Device_WiFi_EndPoint_ProfileNumberOfEntries(HOSTIF_MsgData_t *stMsgData)
Check wethen wifi endpoint is enabled or not.
int get_Device_WiFi_EndPoint_Stats_SignalStrength(HOSTIF_MsgData_t *stMsgData)
This function provide an indicator of radio signal strength of the downlink from the access point to ...
int set_Device_WiFi_EndPoint_Enable(HOSTIF_MsgData_t *stMsgData)
Enables or disables this end point.
int get_Device_WiFi_EndPoint_ProfileReference(HOSTIF_MsgData_t *stMsgData)
Set the alias name for the wireless endpoint.
int get_Device_WiFi_EndPoint_Stats_LastDataDownlinkRate(HOSTIF_MsgData_t *stMsgData)
Get the data transmit rate in kbps that was most recently used for transmission from the access point...
int get_Device_WiFi_EndPoint_SSIDReference(HOSTIF_MsgData_t *stMsgData)
Check wethen wifi endpoint is enabled or not.
int get_Device_WiFi_EndPoint_Status(HOSTIF_MsgData_t *stMsgData)
Get the status of the wireless end point.
int get_Device_WiFi_EndPoint_Stats_Retransmissions(HOSTIF_MsgData_t *stMsgData)
Get the number of packets that had to be re-transmitted, from the last 100 packets sent to the access...