Skip to content

Conversation

rakhilpe
Copy link
Contributor

@rakhilpe rakhilpe commented Jul 25, 2025

RDKB-61233: Easymesh - WiFi 7 Integration

Reason for change: Add support for WiFi 7 SLO/MLO in Easymesh.
Test Procedure: Ensure basic easymesh configuration and client connectivity works for wifi7 clients.
Risks: Medium
Priority: P1

Signed-off-by: Rakhil P E [email protected]

@CLAassistant
Copy link

CLAassistant commented Aug 5, 2025

CLA assistant check
All committers have signed the CLA.

@rakhilpe rakhilpe force-pushed the wifi7_em branch 6 times, most recently from c09037c to 3769ec9 Compare August 8, 2025 13:35
@rakhilpe rakhilpe force-pushed the wifi7_em branch 3 times, most recently from 60aeb8a to cbf51a4 Compare September 4, 2025 18:00
@rakhilpe rakhilpe changed the title Wifi 7 integration changes - draft commit only RDKB-61233: Easymesh - WiFi 7 Integration Sep 4, 2025
{

if (ap_info == NULL || vap == NULL) {
return false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Add an error log print before returning that the input parameter is not correct

ap_info->emlsr = 1;
ap_info->emlmr = 0;

ap_info->num_affiliated_ap = 1;
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 hardcoded to 1? Have a #define for this instead of magic number

wifi_util_dbg_print(WIFI_WEBCONFIG, "%s:%d: Found AP MLD information for bssid=%s\n",
__func__, __LINE__, bssid_mac_str);

// ToDo : Update vap structure based on ap_mld_info
Copy link
Contributor

Choose a reason for hiding this comment

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

is this change not required?

Reason for change: Add support for WiFi 7 SLO/MLO in Easymesh.
Test Procedure: Ensure basic easymesh configuration and client connectivity works for wifi7 clients.
Risks: Medium
Priority: P1

Signed-off-by: Rakhil P E <[email protected]>
@rakhilpe rakhilpe marked this pull request as ready for review September 8, 2025 04:57
@rakhilpe rakhilpe requested a review from a team as a code owner September 8, 2025 04:57
@amarnathhullur amarnathhullur merged commit fb6d2a5 into rdkcentral:develop Sep 8, 2025
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants