commit | de0bda591722bfbac01f2a3686a7f538af79b357 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Fri Jun 17 10:00:52 2022 +0800 |
committer | developer <developer@mediatek.com> | Fri Jun 17 10:00:52 2022 +0800 |
tree | 413e248268f8d6780ed85fe296d3a87d6114451a | |
parent | 1118a230538693b84e00035cee63e76a072b6b32 [diff] |
[Refactor RDK-B WiFi HAL] [Description] Refactor wifi beacon period and interval functions. 1. Get/Set beacon period is for run-time wifi config. 2. Interval is for initilization and set TR-181 value. And I think that is also the reson why hal did not define GetApBeaconInterval(). [Release-log] N/A
External layer for turris omnia
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