-
Notifications
You must be signed in to change notification settings - Fork 103
RDKB-61233: Easymesh - WiFi 7 Integration #488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c09037c
to
3769ec9
Compare
60aeb8a
to
cbf51a4
Compare
{ | ||
|
||
if (ap_info == NULL || vap == NULL) { | ||
return false; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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]>
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]