stephb9959
2023-08-28 16:16:03 -07:00
parent 25383df599
commit ed66a2cc2b
3 changed files with 11 additions and 3 deletions

View File

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