Index: ns-3.1/src/devices/wifi/nqap-wifi-mac.cc =================================================================== --- ns-3.1/src/devices/wifi/nqap-wifi-mac.cc (revision 55) +++ ns-3.1/src/devices/wifi/nqap-wifi-mac.cc (working copy) @@ -76,6 +76,9 @@ m_dca->SetTxFailedCallback (MakeCallback (&NqapWifiMac::TxFailed, this)); m_beaconDca = CreateObject (); + m_beaconDca->SetAifsn(1); + m_beaconDca->SetMinCw(0); + m_beaconDca->SetMaxCw(0); m_beaconDca->SetLow (m_low); m_beaconDca->SetManager (m_dcfManager); }