wfa_dut: Modify the layout of wfa_dut project

Per comment in https://crrev.com/c/2486609,
we modify the layout of wfa_dut as:
* Binaries and start/stop scripts: /usr/local/bin
  wfa_dut, wfa_ca, start_wfa_*, stop_wfa_ca_dut

* Helper scripts: /usr/local/libexe/wfa:
  scripts/*

BUG=b:171276142
TEST=In chroot, after emerge-$BOARD net-wireless/wfa-test-suite-dut, run
  ./deploy/package.sh ~/trunk/chromite/ssh_keys/testing_rsa $BOARD
Then unzip wfa_ca.zip, then run:
  cd wfa_ca
  ./deploy/install.sh $DUT_HOST
to see if the wfa_ca binaries and scripts are installed.

Also run ./deploy/wfa_ca_dut.sh start $DUT_HOST
to see if the wfa_ca server is up and running.

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