RDKBWIFI-494: Prevent TransitionDisable configuration in unsupported …#1246
Open
shaheeda-cg wants to merge 1 commit into
Open
RDKBWIFI-494: Prevent TransitionDisable configuration in unsupported …#1246shaheeda-cg wants to merge 1 commit into
shaheeda-cg wants to merge 1 commit into
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR tightens TR-181 handling for X_RDKCENTRAL-COM_TransitionDisable so it can only be set when the VAP security mode is WPA3-Personal-Transition, preventing invalid configuration changes in other modes.
Changes:
- Added a security-mode gate before applying updates to
wpa3_transition_disable. - Added error logging and rejected SET attempts when the current security mode is not WPA3-Personal-Transition.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
I have read the CLA Document and I hereby sign the CLA |
…security modes other than WPA3-Personal-Transition Added security mode validation before updating TransitionDisable parameter Restricted TransitionDisable SET operation to WPA3-Personal-Transition mode only Added error logging for invalid SET requests in unsupported security modes Prevented configuration updates when the current security mode does not support TransitionDisable This ensures TransitionDisable parameter is accepted only for WPA3-Personal-Transition security mode, aligning behavior with expected functionality and preventing invalid configuration changes. Signed-off-by: Shaik, Shaheeda shaheeda.shaik@capgemini.com Sangram Babar, Snehal snehal.sangram-babar@capgemini.com
7289a43 to
0d77205
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RDKBWIFI-494 Transition Disable parameter accepts SET operations in security modes other than WPA3-Personal-Transition
This ensures TransitionDisable parameter is accepted only for WPA3-Personal-Transition security mode, aligning behavior with expected functionality and preventing invalid configuration changes.
Signed-off-by:
Shaik, Shaheeda shaheeda.shaik@capgemini.com
Sangram Babar, Snehal snehal.sangram-babar@capgemini.com