RDKBWIFI-449 Implement End to End Unassociated STA Link Metrics Query/Response#1152
Conversation
3166a9d to
945f5d7
Compare
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
945f5d7 to
4924d88
Compare
There was a problem hiding this comment.
Pull request overview
Adds placeholder plumbing for “Unassociated STA Link Metrics” query/response support across EM and WebConfig, intended to be replaced once unified-mesh/driver dependencies land.
Changes:
- Introduces new EM bus namespace for an unassociated STA link-metrics response.
- Registers new EM bus elements, including a placeholder WebConfig handler for an UnAssoc STA subdoc.
- Extends WebConfig with a new TR-181 namespace and a new EM subdoc type enum.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| source/apps/em/wifi_em.h | Adds a new EM bus namespace constant for unassociated STA link-metrics response. |
| source/apps/em/wifi_em.c | Registers new bus methods and adds a placeholder WebConfig handler. |
| include/wifi_webconfig.h | Adds a new WebConfig bus namespace and a new EM subdoc enum type. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Internal build: https://gerrit.teamccp.com/959040 - success |
|
@Sangeetha-selvaraj18 please review copilot findings, and apply/comment where appropriate. CC : @Nikita-Hakai |
This is a placeholder commit, for the dependencies from unified-mesh. Added dummy functions, which will be replaced later once the driver changes are available. Signed-off-by: Sangeetha <sangeetha.s1@tataelxsi.co.in>
4924d88 to
cbd83fd
Compare
Implement End to End Unassociated STA Link Metrics Query/Response
This is a placeholder commit, for the dependencies from unified-mesh. Added dummy functions, which will be replaced later once the driver changes are available.