34 #ifdef USE_WIFI_PROFILE
38 #include "Device_WiFi_EndPoint_Profile_Security.h"
40 GHashTable* hostIf_WiFi_EndPoint_Profile_Security::ifHash = NULL;
52 ifHash = g_hash_table_new(NULL,NULL);
61 RDK_LOG(RDK_LOG_WARN,LOG_TR69HOSTIF,
"Caught exception, not able create hostIf_WiFi_EndPoint_Profile_Security instance..\n");
63 g_hash_table_insert(ifHash, (gpointer)dev_id, pRet);
69 GList* hostIf_WiFi_EndPoint_Profile_Security::getAllInstances()
72 return g_hash_table_get_keys(ifHash);
81 g_hash_table_remove(ifHash, (gconstpointer)pDev->dev_id);
86 void hostIf_WiFi_EndPoint_Profile_Security::closeAllInstances()
90 GList* tmp_list = g_hash_table_get_values (ifHash);
95 tmp_list = tmp_list->next;
102 hostIf_WiFi_EndPoint_Profile_Security::hostIf_WiFi_EndPoint_Profile_Security(
int dev_id):
105 memset(ModeEnabled, 0, 64);
106 memset(WEPKey, 0, 64);
107 memset(PreSharedKey, 0, 64);
108 memset(KeyPassphrase, 0, 64);