stephb9959
2023-04-03 21:19:23 -07:00
parent 58c08c3ff7
commit 2e69ca7444

View File

@@ -604,6 +604,7 @@ namespace OpenWifi::GWObjects {
field_to_json(Obj, "callingStationId", callingStationId);
field_to_json(Obj, "chargeableUserIdentity", chargeableUserIdentity);
field_to_json(Obj, "interface", interface);
field_to_json(Obj, "secret", secret);
}
void RADIUSSessionList::to_json(Poco::JSON::Object &Obj) const {