RDKBWIFI-322: HT/VHT/HE Capabilities encode, decode and translation to Easymesh#1002
Merged
narendradandu merged 2 commits intordkcentral:developfrom Apr 1, 2026
Merged
Conversation
6815780 to
1bdd2d5
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds HT/VHT/HE radio capability serialization and EasyMesh translation updates to expose more detailed PHY/MCS capability information.
Changes:
- Encode/decode HT and VHT capability fields (cap bitmasks, MCS sets, AMPDU params) in webconfig radio capability JSON.
- Enable decoding/encoding of HE 6GHz capability field (
HE6GHzCapa) usinghe_6ghz_capa. - Extend EasyMesh radio capability translation to populate HT/VHT/HE capability structures (bandwidth, NSS, beamforming, OFDMA, MCS maps).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| source/webconfig/wifi_encoder.c | Adds HT/VHT capability fields to encoded radio capability JSON; enables HE6GHzCapa output. |
| source/webconfig/wifi_decoder.c | Decodes new HT/VHT fields and HE6GHzCapa from radio capability JSON. |
| source/webconfig/wifi_easymesh_translator.c | Populates EasyMesh HT/VHT/HE capability structs and adjusts WiFi6 MCS/NSS handling. |
| include/wifi_base.h | Adds helper macros for HE MCS map parsing (bits/streams/maps). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3e04b71 to
b5d08d7
Compare
amarnathhullur
approved these changes
Mar 31, 2026
b5d08d7 to
4f6a39b
Compare
Contributor
|
The RPI and BPI build is failing due to dependency on rdkcentral/unified-wifi-mesh#623 |
narendradandu
approved these changes
Apr 1, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Gerrit verification link: https://gerrit.teamccp.com/#/c/952066/