stephb9959
2023-04-27 07:47:33 -07:00
parent 1a8a0b2ebc
commit cc2b9e536f
5 changed files with 24 additions and 6 deletions

View File

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