Implement initial hostapd set_ssid()

This implementation only supports setting SSID without password.
Password requires encryption which is not yet implemented.

Tests currently limited to netsimd side verification. Enhancement by
monitoring hostapd packets to be added in future CL (b/372269872).

Bug: 355733880
Test: ninja
Test: build_tools.py --task runtest
Change-Id: I160076ceb3656492ae9cf6c0112ebff3df04e165
2 files changed
tree: 85a539797b941784c7a3626b5a7305e533e091f5
  1. cmake/
  2. doc/
  3. guide/
  4. pdl/
  5. proto/
  6. rust/
  7. scripts/
  8. src/
  9. testing/
  10. ui/
  11. .clang-format
  12. .gitignore
  13. Android.bp
  14. cmake-format.json
  15. CMakeLists.txt
  16. dummy.c
  17. LICENSE
  18. OWNERS
  19. README.md
  20. TEST_MAPPING
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.