[Refactor RDK-B WiFi HAL]

[Description]
Refactor wifi_getRadioPossibleChannels. Use iwlist to parse possible channel.
Set buffer size as 128 bytes rather than 64 bytes (limit of document).
The reason is that the result of 5GHz possible channel is over than 64 bytes. If we set 64 bytes the result would be cut off by the size limitation.
And the caller, WiFiAgent and TR181, also give 128 bytes to the buffer, so set 128 bytes would cause error.

[Release-log]
N/A

1 file changed
tree: eef0f7ac6ad2f9bcf2d6c5f00be21ec561e53677
  1. conf/
  2. mtk_scripts/
  3. recipes-ccsp/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-kernel/
  9. recipes-rdkb/
  10. recipes-support/
  11. CONTRIBUTING.md
  12. COPYING
  13. LICENSE
  14. NOTICE
  15. README.md
  16. setup-environment
README.md

meta-turris

External layer for turris omnia

Quick Build steps

Follow this build steps to generate RDKB image and assuming that yocto environment setting is already done.

$ mkdir <workspace dir> 
$ cd <workspace dir> 

$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b rdk-next
(or)
$ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-nosrc.xml -b rdk-next

$ repo sync -j4 --no-clone-bundle 
$ MACHINE=turris source meta-turris/setup-environment
$ bitbake rdk-generic-broadband-image