stephb9959
2023-10-04 15:25:26 -07:00
parent 25ebd7f203
commit 14efffa612
5 changed files with 51 additions and 10 deletions

View File

@@ -860,9 +860,9 @@ namespace OpenWifi::ProvObjects {
};
struct RADIUSEndPointRadiusType {
RADIUSServer Authentication;
RADIUSServer Accounting;
RADIUSServer CoA;
std::vector<RADIUSServer> Authentication;
std::vector<RADIUSServer> Accounting;
std::vector<RADIUSServer> CoA;
std::uint64_t AccountingInterval = 60;
void to_json(Poco::JSON::Object &Obj) const;