wifi: Proposal to add 802.11k/v (RRM, BSS Transition Management) Support
## Summary
We've implemented 802.11k and 802.11v features to support RRM algorithm research in ns-3. We'd like to contribute this upstream.
## Current State
- Working prototype using MonitorSnifferRx callbacks
- Handles Neighbor Reports, BSS Transition Management frames
- Used for RRM simulations (Inter IIT Tech Meet / Arista Networks problem statement)
We know the sniffer approach isn't the right architecture for core - we're ready to refactor.
## Our proposed Plan
Phase 1: Protocol Spec
- Information Elements (IEs) and Action Frames
- Proper ns-3 serialization/deserialization
- Unit tests
Phase 2: Behavior Modeling
- AP/STA behaviors and state machines
- Integration into WifiMac
## Questions
1. Does this align with ns-3's WiFi module roadmap?
2. Any architectural guidance before we start refactoring?
3. Would this be suitable scope for GSoC 2026?
issue