From e020da75fce8f940bf0c4b451e19d7e5f7eb12e4 Mon Sep 17 00:00:00 2001 From: Carsten Schafer Date: Thu, 10 Jul 2025 09:50:45 -0400 Subject: [PATCH] fix: ucentral reenroll command is reenroll not re-enroll Signed-off-by: Carsten Schafer --- src/framework/ow_constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/framework/ow_constants.h b/src/framework/ow_constants.h index 971bd105..8c2f6e01 100644 --- a/src/framework/ow_constants.h +++ b/src/framework/ow_constants.h @@ -583,7 +583,7 @@ namespace OpenWifi::RESTAPI::Protocol { static const char *FIXEDCONFIG = "fixedconfig"; static const char *CABLEDIAGNOSTICS = "cable-diagnostics"; - static const char *REENROLL = "re-enroll"; + static const char *REENROLL = "reenroll"; } // namespace OpenWifi::RESTAPI::Protocol namespace OpenWifi::uCentralProtocol { @@ -699,7 +699,7 @@ namespace OpenWifi::uCentralProtocol { static const char *FIXEDCONFIG = "fixedconfig"; static const char *CABLEDIAGNOSTICS = "cable-diagnostics"; - static const char *REENROLL = "re-enroll"; + static const char *REENROLL = "reenroll"; } // namespace OpenWifi::uCentralProtocol