// After transmitting an RTS frame, the STA shall wait for a CTSTimeout interval with
// a value of aSIFSTime + aSlotTime + aRxPHYStartDelay (IEEE 802.11-2016 sec. 10.3.2.7).
// aRxPHYStartDelay equals the time to transmit the PHY header.
These are set at the device via WifiPhy::SetSlot or WifiPhy::SetSifs. I changed the slot time to allow for the round trip distance I needed.