commit | e97818791b6958703fa7f7e171f487a987f1c6f2 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Jul 28 10:28:52 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Jul 28 10:58:02 2022 +0800 |
tree | 7eea959a9fe7b79658f64bb2dd797f8a8016e39a | |
parent | 64acaff569d523e57bf6daf43afdc0a62ef16caa [diff] |
[rdk-b][mt7986][wifi-hal][Add set and get BeaconRate] [Description] Add set and get BeaconRate wifi hal function. The setApBeaconRate have specific input string format defined by documentation. The unit in RDKB is Mbps, but the unit in hostapd is 100 kbps. So, we should multiply 10 in set funtion and divide 10 in get funtion to convert the unit. [Release-log] N/A