You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

Scope:

              The scope of this activity is to migrate from existing CcspWiFiAgent component to OneWiFi component in RDK-B Reference platform

Target Audience:

  • RDK-B Operators
  • RDK-B SoC Vendors
  • RDK-B OEM's
  • RDK-B Application Vendors(Plume/OpenSync)
  • RDK-B System Integrators 

Build Instructions for RPI4 32bit

https://wiki.rdkcentral.com/display/RDK/RPI+4B+Model+Reference+Platform
Note:
Cherrypick the below changes manually that are pending for merge before running bitbake rdk-generic-broadband-image
https://code.rdkcentral.com/r/q/topic:OneWifi

Build Instructions for RPI4 64bit


https://wiki.rdkcentral.com/display/RDK/RPI+4B+Model+Reference+Platform+with+64bit+Arch
Note:
Cherrypick the below changes manually that are pending for merge before running bitbake rdk-generic-broadband-image
https://code.rdkcentral.com/r/q/topic:OneWifi

Supported Wi-Fi Chipsets:

  • Broadcom (In built 2.4Ghz Radio in Raspberry Pi4)
  • Realtek (5Ghz USB dongle)
  • Mediatek (5Ghz USB dongle)

Feature Enhancements:

  •    RDKM team will be starting OneWiFi Working group after RDK Release 2023 Q2.All operator use cases will be discussed,reviewed,planned and implemented as part of OneWiFi Working group and contributed back to RDK

Test Results:

Supported Dongles:

  

  • TP-Link AC1200(Realtek)
  • TP-Link AC1300(Realtek)     
  • Netgear(MediaTek)

References:

Differences Between Ccsp and One WiFi Apply

settings:

Ccsp :

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

OneWiFi:

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

Debugging Tips :

Below are the list of logs present in /rdklogs/logs for Debugging OneWiFi Issues.

For Additional in-depth Debugging one should enable below commands ,

  • touch /nvram/wifiMgrDbg
  • touch /nvram/wifiDbDbg
  • touch /nvram/wifiWebConfigDbg
  • touch /nvram/wifiHalDbg
  • touch /nvram/wifiCtrlDbg
  • touch /nvram/wifiMonDbg
  • touch /nvram/wifiDMCLI
  • touch /nvram/wifiLib
  • touch /nvram/wifiLibhostapDbg

check for the respective logs in tmp,

  • tail -f wifiCtrl &
  • tail -f wifiHal &
  • tail -f wifiMgr &
  • tail -f wifiDMCLI &
  • tail -f wifiDb &
  • tail -f wifiWebConfig &
  • tail -f wifilibhostap &

Contact us:

  For support please reach out to support@rdkcentral.com




  • No labels