RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
→ Input command mysql in prompt, enter into mariadb console |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
→ Input command mysql -u bpi -p, password is root |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
→ create database OneWifiMesh; |
EasymeshCfg.json
Code Block | ||||
---|---|---|---|---|
| ||||
cat EasymeshCfg.json
{
"AL_MAC_ADDR": "a2:f0:d1:69:f5:ae",
"Colocated_mode": 1,
"Backhaul_SSID": "mesh_backhaul",
"Backhaul_KeyPassphrase": "test-backhaul",
"sta_4addr_mode_enabled": true
}
cat InterfaceMap.json
{
"PhyList": [
{
"Index": 0,
"RadioList": [
{
"Index": 2,
"RadioName": "wifi2",
"InterfaceList": [
{
"InterfaceName": "wifi2",
"Bridge": "brlan0",
"vlanId": 0,
"vapIndex": 3,
"vapName": "private_ssid_6g"
}
]
},
{
"Index": 1,
"RadioName": "wifi1",
"InterfaceList": [
{
"InterfaceName": "wifi1.1",
"Bridge": "brlan0",
"vlanId": 0,
"vapIndex": 2,
"vapName": "mesh_backhaul_5g"
},
{
"InterfaceName": "wifi1",
"Bridge": "brlan0",
"vlanId": 0,
"vapIndex": 1,
"vapName": "private_ssid_5g"
}
]
},
{
"Index": 0,
"RadioName": "wifi0",
"InterfaceList": [
{
"InterfaceName": "wifi0",
"Bridge": "brlan0",
"vlanId": 0,
"vapIndex": 0,
"vapName": "private_ssid_2g"
}
]
}
]
}
]
}
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
→ In the cli use "Tab" to move between Update, Apply and Cancel button in the cli, use keys "j" and "k" to scroll up and down |
...