We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b697f + 31a4ede commit 242261dCopy full SHA for 242261d
1 file changed
src/framework/ConfigurationValidator.cpp
@@ -3952,8 +3952,10 @@ static std::string DefaultAPSchema = R"foo(
3952
"inactive-deauth",
3953
"key-mismatch",
3954
"beacon-report",
3955
- "radar-detected"
3956
- ]
+ "radar-detected",
+ "ft-finish",
3957
+ "sta-authorized"
3958
+ ]
3959
}
3960
3961
@@ -7920,7 +7922,9 @@ static std::string DefaultSWITCHSchema = R"foo(
7920
7922
7921
7923
7924
7925
7926
7927
7928
]
7929
7930
0 commit comments