RDKBWIFI-446 Controller initiated Steering using Rbus Method#1145
Open
anandhkr-plume wants to merge 2 commits into
Open
RDKBWIFI-446 Controller initiated Steering using Rbus Method#1145anandhkr-plume wants to merge 2 commits into
anandhkr-plume wants to merge 2 commits into
Conversation
Implemented code changes needed for controller initiated steering. Includes Steering Mandate and Steering Opportunity for both 11v and non 11v Clients.
Test Procedure: Trigger Client Steering using Rbus Method, and check Client is steered across Band/Device
rbuscli method_values Device.WiFi.DataElements.Network.Device.{i}.Radio.{i}.BSS.{i}.STA.{i}.ClientSteer
Signed-off-by: Amalesh Nandh K R <anandhkr@plume.com>
|
All contributors have signed the CLA ✍️ ✅ |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new EasyMesh/EM bus entry point to support controller-initiated steering by allowing an agent/controller to request client disassociation via an RBUS-exposed method, including a helper to map BSSID → VAP index for the HAL call.
Changes:
- Added
Device.WiFi.EM.DisassocClientbus method constant and registration. - Introduced
disassoc_params_tpayload struct for disassociation requests sent over the bus. - Implemented BSSID→VAP lookup and a bus handler that triggers
wifi_hal_disassoc()(or no-ops for “silent” requests).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| source/apps/em/wifi_em.h | Adds a new EM bus method namespace for disassociating a client. |
| source/apps/em/wifi_em.c | Adds BSSID→VAP lookup and a DisassocClient bus handler; registers the new method. |
| include/wifi_base.h | Adds disassoc_params_t struct for bus payload used by the new handler. |
💡 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 |
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.
Implemented code changes needed for controller initiated steering. Includes Steering Mandate and Steering Opportunity for both 11v and non 11v Clients.
Test Procedure: Trigger Client Steering using Rbus Method, and check Client is steered across Band/Device
rbuscli method_values Device.WiFi.DataElements.Network.Device.{i}.Radio.{i}.BSS.{i}.STA.{i}.ClientSteer
Signed-off-by: Amalesh Nandh K R anandhkr@plume.com