Skip to content

Changes for Wifi Radio Capability data to be populated in OneWifi#857

Draft
sriraaman-c wants to merge 1 commit intordkcentral:developfrom
sriraaman-c:wifi_cap_data
Draft

Changes for Wifi Radio Capability data to be populated in OneWifi#857
sriraaman-c wants to merge 1 commit intordkcentral:developfrom
sriraaman-c:wifi_cap_data

Conversation

@sriraaman-c
Copy link
Contributor

Reason for change: The OneWifi/Easymesh needs Radio Capabilities data which is missing. Hence implemented the method to pull the caps from Driver(Hostap) to OneWifi.

Reason for change: The OneWifi/Easymesh needs Radio Capabilities
data which is missing. Hence implemented the method to pull the
caps from Driver(Hostap) to OneWifi.

Signed-off-by: sriraaman-c <sriraaman33@gmail.com>
@github-actions github-actions bot added the community contribution Contributions from community. label Jan 27, 2026
/* Decode radio capabilities (WiFi6/WiFi7) from JSON */
webconfig_error_t decode_radio_capability(const cJSON *cap_obj, rdk_wifi_radio_capability_t *radio_cap)
{
#if 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this #if 0? How have you tested this functionality?

mac_address_t ruid,
webconfig_external_easymesh_t *proto)
{
#if 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above.

/* Encode radio capabilities (WiFi6/WiFi7) to JSON */
webconfig_error_t encode_radio_capability(const rdk_wifi_radio_capability_t *radio_cap, cJSON *radio_object)
{
#if 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community contribution Contributions from community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants