|
RDK Documentation (Open Sourced RDK Components)
|
37 #ifndef DEVICE_WIFI_ACCESSPOINT_ASSOCIATEDDEVICE_H_
38 #define DEVICE_WIFI_ACCESSPOINT_ASSOCIATEDDEVICE_H_
41 #include "hostIf_utils.h"
42 #include "hostIf_tr69ReqHandler.h"
43 #include "hostIf_updateHandler.h"
48 static GHashTable *ifHash;
56 static GList* getAllInstances();
58 static void closeAllInstances();
61 bool AuthenticationState;
62 unsigned int LastDataDownlinkRate;
63 unsigned int LastDataUplinkRate;
65 unsigned int Retransmissions;
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_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_hostIf_WiFi_AccessPoint_AssociatedDevice_MACAddress(HOSTIF_MsgData_t *stMsgData)
Get the MAC Address of an Associated Device of a WiFi Interface.
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_LastDataUplinkRate(HOSTIF_MsgData_t *stMsgData)
Get the data transmit rate in kbps that was most recently used for transmission from the associated d...
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_SignalStrength(HOSTIF_MsgData_t *stMsgData)
Get the radio signal strength of the uplink from the associated device to the access point,...
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_Retransmissions(HOSTIF_MsgData_t *stMsgData)
Get the number of packets that had to be re-transmitted, from the last 100 packets sent to the associ...
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_Active(HOSTIF_MsgData_t *stMsgData)
Check whether or not this node is currently present in the WiFi AccessPoint network.
int get_hostIf_WiFi_AccessPoint_AssociatedDevice_AuthenticationState(HOSTIF_MsgData_t *stMsgData)
Check Whether an associated device has authenticated (true) or not (false).