mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -180,10 +180,11 @@ namespace OpenWifi {
|
|||||||
*/ }
|
*/ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
Poco::JSON::Object oo;
|
Poco::JSON::Object oo;
|
||||||
Pools.to_json(oo);
|
Pools.to_json(oo);
|
||||||
oo.stringify(std::cout,2,2);
|
oo.stringify(std::cout,2,2);
|
||||||
|
*/
|
||||||
GWObjects::RadiusProxyPoolList NewPools;
|
GWObjects::RadiusProxyPoolList NewPools;
|
||||||
Poco::JSON::Object ErrorObj;
|
Poco::JSON::Object ErrorObj;
|
||||||
if(SDK::GW::RADIUS::SetConfiguration(Client, Pools, NewPools, ErrorObj)) {
|
if(SDK::GW::RADIUS::SetConfiguration(Client, Pools, NewPools, ErrorObj)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user