You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* RDKB-57769: wifi tr181 to mlo configuration (#299)
* RDKB-57769: wifi tr181 to mlo configuration
Reason for change: Implement the following tr181's to support configuration
of mlo params, these need to be added under Device.WiFi.AccessPoint:
mld_enable
mld_id
mld_link_id
mld_addr
mld_apply
corresponding to:
RDK_VENDOR_ATTR_MLD_ENABLE
RDK_VENDOR_ATTR_MLD_ID
RKD_VENDOR_ATTR_MLD_LINK_ID
RDK_VENDOR_ATTR_MLD_MAC
RDK_VENDOR_ATTR_MLD_CONFIG_APPLY
Test Procedure: mld_enable - true for mlo, false for slo
mld_id - should be from 0 to 7 from private through mesh
mld_link_id - link id of vap
mld_addr - should be bssid of vap for slo, should be bssid of first vap of the group in an mlo.
mld_apply - should be 1 for the last vap in a group
Priority: P1
Risks: high
Signed-off-by: yaninahusarevych <[email protected]>
* Update wifi_db.c
* Update wifi_db_apis.c
---------
Signed-off-by: yaninahusarevych <[email protected]>
Co-authored-by: Narendra Varma Dandu <[email protected]>
* RDKB-57568: Correction of tr-181 mlo configuration: (#442)
Reason for change: Incorrect handling of mld_id and mld_link_id
Test Procedure: mld_id - should be from 0 to 7 from private through mesh, mld_link_id - link id of vap
Risks: None
Signed-off-by: Artem Hevorhian <[email protected]>
Co-authored-by: Artem Hevorhian <[email protected]>
Co-authored-by: Narendra Varma Dandu <[email protected]>
* RDKB-60772: Implement proper mld_addr selection (#485)
Reason for change:
VAPs within the same MLO group are required to share the same MLO MAC (MLD_Addr).
The MLO MAC is designated as the MAC address of the primary MLO interface (the interface with MLD_Link_ID=0).
For VAPs operating in non-MLO mode (MLD_Enable = false), the VAP's individual MAC address is assigned as the MLD_Addr.
Test Procedure:
- Configure MLO group representing mlo_config 2 0 1 -1
dmcli eRT setv Device.WiFi.AccessPoint.1.MLD_Enable bool true
dmcli eRT setv Device.WiFi.AccessPoint.1.MLD_ID uint 0
dmcli eRT setv Device.WiFi.AccessPoint.1.MLD_Link_ID uint 2
dmcli eRT setv Device.WiFi.AccessPoint.1.MLD_Apply bool false
dmcli eRT setv Device.WiFi.AccessPoint.2.MLD_Enable bool true
dmcli eRT setv Device.WiFi.AccessPoint.2.MLD_ID uint 0
dmcli eRT setv Device.WiFi.AccessPoint.2.MLD_Link_ID uint 0
dmcli eRT setv Device.WiFi.AccessPoint.2.MLD_Apply bool false
dmcli eRT setv Device.WiFi.AccessPoint.17.MLD_Enable bool true
dmcli eRT setv Device.WiFi.AccessPoint.17.MLD_ID uint 0
dmcli eRT setv Device.WiFi.AccessPoint.17.MLD_Link_ID uint 1
dmcli eRT setv Device.WiFi.AccessPoint.17.MLD_Apply bool true
dmcli eRT setv Device.WiFi.ApplyAccessPointSettings bool true
Configured changes require reboot.
- Verify if this MLO group (MLD_ID = 0) share same MLO MAC (MAC of main MLO interface - wl1.1 interface)
dmcli eRT getv Device.WiFi.AccessPoint.1.MLD_Addr
dmcli eRT getv Device.WiFi.AccessPoint.2.MLD_Addr
dmcli eRT getv Device.WiFi.AccessPoint.17.MLD_Addr
Priority: P1
Risks: Low
Signed-off-by: Stanislav Kuchar <[email protected]>
Co-authored-by: Narendra Varma Dandu <[email protected]>
* RDKB-60772 RDKB-61374: MLO DB upgrade code for MLD configuration (#558)
Reason for change: Upgrade MLO DB configuration after uprade from older DB version
Test Procedure: Perform upgrade from older firmware version
Check VAP's mld_ configuration. After upgrade will have default values.
Risks: Low
Priority: P1
Signed-off-by: Stanislav Kuchar <[email protected]>
---------
Signed-off-by: yaninahusarevych <[email protected]>
Signed-off-by: Artem Hevorhian <[email protected]>
Signed-off-by: Stanislav Kuchar <[email protected]>
Co-authored-by: Yanina Husarevych <[email protected]>
Co-authored-by: Narendra Varma Dandu <[email protected]>
Co-authored-by: Artyom Gevorgyan <[email protected]>
Co-authored-by: Artem Hevorhian <[email protected]>
0 commit comments