...
The internal functional entities of the OneWifi process are as shown in the above diagram. OneWifi software architecture is essentially a multi-threaded software architecture, the three main threads are
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
Copy *.wic.bz2 from build machine (image path is ~/build-bananapi4-rdk-broadband/tmp/deploy/images/bananapi4-rdk-broadband/) bzip2 -d <Path to ImageName.wic.bz2> sudo -E bmaptool copy --nobmap <Path to ImageName.wic> <Path to SD card device file> |
| Mismatched SSID, password, or an incompatible security mode causes that band's link to be silently excluded from the MLD group. |
|---|
# Make sure BE mode is enabled. dmcli eRT setv Device.WiFi.SSID.1.X_RDK_MLDLinkID uint 2 dmcli eRT setv Device.WiFi.SSID.1.MLDUnit int 0 dmcli eRT setv Device.WiFi.ApplyAccessPointSettings bool true sleep 30 |
|---|
Test Results
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.1.X_RDK_MLDLinkID uint 2
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.2.X_RDK_MLDLinkID uint 0
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.17.X_RDK_MLDLinkID uint 1
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~#
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.1.MLDUnit int 0
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.2.MLDUnit int 0
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.SSID.17.MLDUnit int 0
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~#
root@Filogic-GW:~# dmcli eRT setv Device.WiFi.ApplyAccessPointSettings bool true
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
root@Filogic-GW:~# iw dev
phy#0
Interface mld0
ifindex 21
wdev 0x4
addr 02:02:30:ec:07:95
ssid BPI-RDKB-MLO-AP-ec078e
type AP
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
MLD with links:
- link ID 0 link addr 02:02:10:ec:07:92
channel 1 (2412 MHz), width: 40 MHz, center1: 2422 MHz
txpower 6.00 dBm
- link ID 1 link addr 02:02:20:ec:07:93
channel 44 (5220 MHz), width: 80 MHz, center1: 5210 MHz
txpower 7.00 dBm
- link ID 2 link addr 02:02:30:ec:07:94
channel 37 (6135 MHz), width: 160 MHz, center1: 6185 MHz
txpower 12.00 dBm
Radios: 0 1 2
Interface wifi2
ifindex 20
wdev 0x3
addr 02:02:30:ec:07:94
type AP
txpower 12.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
Radios: 0 1 2
Interface wifi1
ifindex 19
wdev 0x2
addr 02:02:20:ec:07:93
type AP
txpower 7.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
Radios: 0 1 2
Interface wifi0
ifindex 18
wdev 0x1
addr 02:02:10:ec:07:92
type AP
txpower 6.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
Radios: 0 1 2
root@Filogic-GW:~#
|