Skip to content

Commit f7b697f

Browse files
authored
Merge pull request #412 from Telecominfraproject/PKI2-132_feat_ap_reenroll_command-fix
fix: ucentral reenroll command is reenroll not re-enroll
2 parents 89702f5 + e020da7 commit f7b697f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/framework/ow_constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ namespace OpenWifi::RESTAPI::Protocol {
583583

584584
static const char *FIXEDCONFIG = "fixedconfig";
585585
static const char *CABLEDIAGNOSTICS = "cable-diagnostics";
586-
static const char *REENROLL = "re-enroll";
586+
static const char *REENROLL = "reenroll";
587587
} // namespace OpenWifi::RESTAPI::Protocol
588588

589589
namespace OpenWifi::uCentralProtocol {
@@ -699,7 +699,7 @@ namespace OpenWifi::uCentralProtocol {
699699

700700
static const char *FIXEDCONFIG = "fixedconfig";
701701
static const char *CABLEDIAGNOSTICS = "cable-diagnostics";
702-
static const char *REENROLL = "re-enroll";
702+
static const char *REENROLL = "reenroll";
703703

704704

705705
} // namespace OpenWifi::uCentralProtocol

0 commit comments

Comments
 (0)