34. Wi-Fi ModuleΒΆ
- 34.1. Design Documentation
- 34.1.1. Overview of the model
 - 34.1.2. Scope and Limitations
 - 34.1.3. Design Details
- 34.1.3.1. WifiPhy and related models
 - 34.1.3.2. The MAC model
- 34.1.3.2.1. Infrastructure association
 - 34.1.3.2.2. Roaming
 - 34.1.3.2.3. Channel access
 - 34.1.3.2.4. Frame Exchange Managers
 - 34.1.3.2.5. MAC queues
 - 34.1.3.2.6. Multi-user transmissions
 - 34.1.3.2.7. Multi-User Scheduler
 - 34.1.3.2.8. Round-robin Multi-User Scheduler
 - 34.1.3.2.9. Enhanced multi-link single radio operation (EMLSR)
 - 34.1.3.2.10. Ack manager
 - 34.1.3.2.11. WifiDefaultAckManager
 - 34.1.3.2.12. Protection manager
 - 34.1.3.2.13. WifiDefaultProtectionManager
 - 34.1.3.2.14. Rate control algorithms
 - 34.1.3.2.15. ConstantRateWifiManager
 - 34.1.3.2.16. IdealWifiManager
 - 34.1.3.2.17. ThompsonSamplingWifiManager
 - 34.1.3.2.18. MinstrelWifiManager
 - 34.1.3.2.19. MinstrelHtWifiManager
 - 34.1.3.2.20. 802.11ax OBSS PD spatial reuse
 - 34.1.3.2.21. OBSS PD Algorithm
 - 34.1.3.2.22. Constant OBSS PD Algorithm
 - 34.1.3.2.23. Modifying Wifi model
 
 
 
 - 34.2. User Documentation
- 34.2.1. Using the WifiNetDevice
- 34.2.1.1. YansWifiChannelHelper
 - 34.2.1.2. YansWifiPhyHelper
 - 34.2.1.3. Channel, frequency, channel width, and band configuration
 - 34.2.1.4. SpectrumWifiPhyHelper
 - 34.2.1.5. WifiMacHelper
 - 34.2.1.6. WifiHelper
 - 34.2.1.7. WifiPhyRxTraceHelper
 - 34.2.1.8. HT configuration
 - 34.2.1.9. VHT configuration
 - 34.2.1.10. HE configuration
 - 34.2.1.11. Mobility configuration
 - 34.2.1.12. Example configuration
 
 
 - 34.2.1. Using the WifiNetDevice
 - 34.3. Testing Documentation
 - 34.4. API and behavior changes across releases
 - 34.5. References