wfa_dut: Support selected parameters of sta_set_wireless

Handle parameters:
LDPC, BCC, addbareq_bufsize, addbaresp_bufsize, OMControl
as specified by Intel.
Reset to defaults in sta_reset_default and stap_preset_params in case of 11n.

BUG=b:170185373
TEST:python simple_console.py sta_set_wireless,interface,wlan0,bcc,enable,...
python console.py sta_reset_default,interface,wlan0

Change-Id: I88fddaf98455b8ed374922b48680645190702d57
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/Wi-FiTestSuite-Linux-DUT/+/2475213
Reviewed-by: Shuo-Peng Liao <deanliao@chromium.org>
Tested-by: Wojciech Jakóbczyk <wja@semihalf.com>
3 files changed
tree: cfbc80b011c1a79087ddbf20c6793f1a6793e4f2
  1. ca/
  2. console_src/
  3. deploy/
  4. Docs/
  5. dut/
  6. inc/
  7. lib/
  8. scripts/
  9. WTGService/
  10. .clang-format
  11. .gitignore
  12. buildEssentials.sh
  13. CONTRIBUTING.md
  14. LICENSE.txt
  15. Makefile
  16. Makefile.inc
  17. OWNERS
  18. PRESUBMIT.cfg
  19. README.md
  20. sources.list
  21. sources_Ubuntu.list
  22. wfa_cli.txt
README.md

# Wi-Fi Test Suite Linux Control Agent

##Wi-Fi Test Suite Introduction Wi-Fi Test Suite is a software platform originally developed by Wi-Fi Alliance, the global non-profit industry association that brings you Wi-Fi®, to support certification program development and device certification. Non-proprietary components are provided under the ISC License and can be accessed at this open source project on GitHub. Wi-Fi Alliance members can access the full software package, including proprietary components, on the Wi-Fi Alliance member site.

##Control Agents Control agents are a proxy in which a CAPI control command(CAPI specification) is converted for the device into the device’s native control interface. APs, DUTs, sniffers, and STAs may require control agents. The Linux control agent can be downloaded through the open source repository.

##Installation from sources Refer to the Install Guide for instructions on setting up a Linux DUT.

##License Please refer to LICENSE.txt.

Issues and Contribution Guidelines

Please submit issues/ideas to Wi-Fi Test Suite Google Group. Both Wi-Fi Alliance members and non-members can contribute to the Wi-Fi Test Suite open source project. Please review the contribution agreement prior to submitting a pull request. Please read more on contributions in CONTRIBUTING.md.