Merge pull request #412 from Telecominfraproject/PKI2-132_feat_ap_reenroll_command-fix

fix: ucentral reenroll command is reenroll not re-enroll
This commit is contained in:
Carsten Schafer
2025-07-10 10:14:49 -04:00
committed by GitHub

View File

@@ -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