| Table of Contents |
|---|
| Info |
|---|
Work In Progress |
...
WIP |
This guide will help RDK-B community to port OneWifi on their platforms
...
draw.io Diagram border true diagramName integration possibilities simpleViewer false width links auto tbstyle top lbox true diagramWidth 402 height 362 revision 12
Dependencies to build OneWifi
...
| Code Block |
|---|
dmcli eRT setv Device.WiFi.Radio.2.X_CISCO_COM_ApplySetting bool true dmcli eRT setv Device.WiFi.Radio.1.X_CISCO_COM_ApplySetting bool true |
| Code Block |
|---|
#Any dmcli commands specific to SSID and AccessPoint execute the Below Access Point Related apply settings dmcli eRT setv Device.WiFi.ApplyAccessPointSettings bool true #Any dmcli executions specific to Radio level use the below Radio apply settings command dmcli eRT setv Device.WiFi.ApplyRadioSettings bool true |
...