Reduce duplicate Wi-Fi broadcast frames

This change prevents sending the same Wi-Fi frame multiple times
to a hardware interface (hwsim_addr) on the same frequency (freq)

Previously, a client using multiple IEEE 80211.MAC addresses (due to
MAC randomization) but sharing the same hwsim_addr and freq could
get duplicate broadcast frames

Bug: 422537588
Test: ninja
Change-Id: I26b765b6621364f1cfee2568bca256876c6cd1d1
1 file changed
tree: abe46823d375e35cf8bd1434811be75c5539bd2b
  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. BUILD.bazel
  15. cmake-format.json
  16. CMakeLists.txt
  17. LICENSE
  18. MODULE.bazel
  19. OWNERS
  20. README.md
  21. rootcanal.BUILD.bazel
  22. TEST_MAPPING
  23. WORKSPACE
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.