|
RDK Documentation (Open Sourced RDK Components)
|
51 #ifndef DEVICE_WIFI_ACCESSPOINT_H_
52 #define DEVICE_WIFI_ACCESSPOINT_H_
55 #include "hostIf_utils.h"
56 #include "hostIf_tr69ReqHandler.h"
57 #include "hostIf_updateHandler.h"
61 static GHashTable *ifHash;
68 static GList* getAllInstances();
70 static void closeAllInstances();
72 static unsigned int AccessPointNumberOfEntries;
77 char SSIDReference[256];
78 bool SSIDAdvertisementEnabled;
79 unsigned int RetryLimit;
84 unsigned int AssociatedDeviceNumberOfEntries;
int get_hostIf_WiFi_AccessPoint_SSIDReference(HOSTIF_MsgData_t *stMsgData)
Get path name of a row in the SSID table. If the parameter value is set to Null indicate that the ref...
int get_hostIf_WiFi_AccessPoint_UAPSDEnable(HOSTIF_MsgData_t *stMsgData)
Whether U-APSD support is currently enabled. When enabled, this is indicated in beacon frames.
int get_hostIf_WiFi_AccessPoint_WMMEnable(HOSTIF_MsgData_t *stMsgData)
Check whether WMM support is currently enabled. When enabled, this is indicated in beacon frames.
int get_hostIf_WiFi_AccessPoint_Enable(HOSTIF_MsgData_t *stMsgData)
Enables or disables this access point.
int get_hostIf_WiFi_AccessPoint_UAPSDCapability(HOSTIF_MsgData_t *stMsgData)
Check whether this access point supports WMM Unscheduled Automatic Power Save Delivery (U-APSD).
int get_hostIf_WiFi_AccessPoint_RetryLimit(HOSTIF_MsgData_t *stMsgData)
Get thee maximum number of retransmission for a packet. This corresponds to IEEE 802....
int get_hostIf_WiFi_AccessPoint_SSIDAdvertisementEnabled(HOSTIF_MsgData_t *stMsgData)
Check whether or not beacons include the SSID name.
int get_hostIf_WiFi_AccessPoint_AssociatedDeviceNumberOfEntries(HOSTIF_MsgData_t *stMsgData)
Get the number of entries in the AssociatedDevice table. The AssociatedDevice table contains informat...
int get_hostIf_WiFi_AccessPoint_WMMCapability(HOSTIF_MsgData_t *stMsgData)
Check whether this access point supports WiFi Multimedia (WMM) Access Categories (AC).
int get_hostIf_WiFi_AccessPoint_Alias(HOSTIF_MsgData_t *stMsgData)
Get the access point alias based addressing. Alias provides a mechanism for an ACS to label the insta...
int get_hostIf_WiFi_AccessPoint_Status(HOSTIF_MsgData_t *stMsgData)
Get the status of the access point which is currently being set. The status of the access point could...