commit | bafaea4d4889c4ec67a5de3cc8a08999bd13e4e7 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Mon Aug 29 14:14:17 2022 +0800 |
committer | developer <developer@mediatek.com> | Mon Aug 29 14:26:18 2022 +0800 |
tree | fabcf205c5af6f696af3eaa94c63e2d293dcf910 | |
parent | fe287486ccfe5daed223431b282c50bf49d31efb [diff] |
[rdk-b][mt7986][wifi-hal][Refactor get ap enable and get channel bandwidth functions] [Description] Refactor these two functions to stop annoying error message. Wi-Fi agent call them every 5 seconds. If the radio is not set up, the command would ouput command fail message to stderr. Thus, add a check and move error message to /dev/null in two functions. In getApEnable, we only consider stdout output. [Release-log] N/A