mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-03 03:57:55 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user