|
|
| 76 |
m_dca->SetTxFailedCallback (MakeCallback (&NqapWifiMac::TxFailed, this)); |
76 |
m_dca->SetTxFailedCallback (MakeCallback (&NqapWifiMac::TxFailed, this)); |
| 77 |
|
77 |
|
| 78 |
m_beaconDca = CreateObject<DcaTxop> (); |
78 |
m_beaconDca = CreateObject<DcaTxop> (); |
|
|
79 |
m_beaconDca->SetAifsn(1); |
| 80 |
m_beaconDca->SetMinCw(0); |
| 81 |
m_beaconDca->SetMaxCw(0); |
| 79 |
m_beaconDca->SetLow (m_low); |
82 |
m_beaconDca->SetLow (m_low); |
| 80 |
m_beaconDca->SetManager (m_dcfManager); |
83 |
m_beaconDca->SetManager (m_dcfManager); |
| 81 |
} |
84 |
} |