stephb9959
2023-10-03 22:35:07 -07:00
parent 817aeb405c
commit e5f9759667
6 changed files with 86 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#include "framework/UI_WebSocketClientServer.h"
#include <RadiusEndpointTypes/GlobalReach.h>
#include <RadiusEndpointTypes/OrionWifi.h>
#include <RadiusEndpointTypes/Radsec.h>
namespace OpenWifi {
class Daemon *Daemon::instance_ = nullptr;
@@ -39,7 +40,7 @@ namespace OpenWifi {
UI_WebSocketClientServer(), FindCountryFromIP(),
Signup(), FileDownloader(),
OpenRoaming_GlobalReach(),
OpenRoaming_Orion()
OpenRoaming_Orion(), OpenRoaming_Radsec()
});
}
return instance_;