RDKBDEV-2960 : EasyMesh Controller Improvements #10
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.
Reason for Change: New features like WiFi-7, improvements and bug fixes done by Airties Easymesh team, are merged.
SetSSID() sync with Device.WiFi, SteerWiFiBackhaul() methods added. Many new TLV handling support added.
Added support for AP MLDs, bSTA MLDs and STA MLDs. DataElements items APMLD (APMLDConfig, AffiliatedAP), STAMLD (STAMLDConfig, WiFi7Capabilities, AffiliatedSTA) and bSTAMLD (bSTAMLDConfig) added. Modification of BTMSteeringDisallowedSTAList, LocalSteeringDisallowedSTAList and DisAllowedOpClassChannels added.
Added encryption rx/tx counters to prevent replay attacks. Missing OpenSSL v3 support for new items (CMAC) added. Added support for TLV boundary fragmentation on receive side. Added support for octet boundary fragmentation on transmit side. Unit tests added.
LICENSE and NOTICE updated.
Known Issues: MAX_OBJECT_NAME_LENGTH of rbus, which is bound to RTMSG_HEADER_MAX_TOPIC_LENGTH (128) is not enough for some of the elements of NeighborBSS. So they are truncated as for now.
Test Procedure: Use recommended setup and check for onboarding of devices with Easymesh agent. Use CLI or GUI to modify.
Risks: Moderate