|
Lines 88-93
AdhocWifiMac::Enqueue (Ptr<const Packet> packet, Mac48Address to)
|
Link Here
|
|---|
|
| 88 |
//the rates we support. |
88 |
//the rates we support. |
| 89 |
m_stationManager->AddAllSupportedModes (to); |
89 |
m_stationManager->AddAllSupportedModes (to); |
| 90 |
m_stationManager->RecordDisassociated (to); |
90 |
m_stationManager->RecordDisassociated (to); |
|
|
91 |
for (uint32_t j = 0; j < m_phy->GetNMcs (); j++) |
| 92 |
{ |
| 93 |
WifiMode mcs = m_phy->GetMcs (j); |
| 94 |
if (mcs.GetModulationClass () == WIFI_MOD_CLASS_HT) |
| 95 |
{ |
| 96 |
m_stationManager->AddSupportedMcs (to, mcs); |
| 97 |
} |
| 98 |
} |
| 91 |
} |
99 |
} |
| 92 |
|
100 |
|
| 93 |
WifiMacHeader hdr; |
101 |
WifiMacHeader hdr; |