Skip to content

Commit 242261d

Browse files
authored
Merge pull request #413 from Telecominfraproject/WIFI-14820-fix_wifi_frames_schema_update
WIFI-14820: fix: Added new parameters to wifi-frames
2 parents f7b697f + 31a4ede commit 242261d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/framework/ConfigurationValidator.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,8 +3952,10 @@ static std::string DefaultAPSchema = R"foo(
39523952
"inactive-deauth",
39533953
"key-mismatch",
39543954
"beacon-report",
3955-
"radar-detected"
3956-
]
3955+
"radar-detected",
3956+
"ft-finish",
3957+
"sta-authorized"
3958+
]
39573959
}
39583960
}
39593961
}
@@ -7920,7 +7922,9 @@ static std::string DefaultSWITCHSchema = R"foo(
79207922
"inactive-deauth",
79217923
"key-mismatch",
79227924
"beacon-report",
7923-
"radar-detected"
7925+
"radar-detected",
7926+
"ft-finish",
7927+
"sta-authorized"
79247928
]
79257929
}
79267930
}

0 commit comments

Comments
 (0)