Support netsim_args in emulator

- Add netsim_args field in NetsimdOptions struct
- Process netsim_args by spliting it by space and append flags to launch
  command
- Update parameters of CreateChannel()

Bug: 295949723
Test: objs/emulator @netsim -netsim-args "--hci-port=12345 --dev" -feature WiFiPacketStream
Change-Id: I2aa4ca3ca8eda273717eac74e4b3f4be98f10537
2 files changed
tree: ff27de4ddd0d0f87a1d207187e2badbd1b1fb2d9
  1. cmake/
  2. doc/
  3. guide/
  4. proto/
  5. rust/
  6. scripts/
  7. src/
  8. testing/
  9. ui/
  10. .clang-format
  11. .gitignore
  12. Android.bp
  13. cmake-format.json
  14. CMakeLists.txt
  15. LICENSE
  16. OWNERS
  17. README.md
README.md

netsim - a network simulation tool for multi-device use cases

Netsim is a development stage open-source tool for testing and analysis of android multi-device apps and frameworks. It offers radio level control and HCI tracing.