View | Details | Raw Unified | Return to bug 2647
Collapse All | Expand All

(-)a/src/wifi/examples/ideal-wifi-manager-example.cc (-3 / +3 lines)
 Lines 277-285   int main (int argc, char *argv[]) Link Here 
277
  wifiPhyPtrClient->SetNumberOfAntennas (nss);
277
  wifiPhyPtrClient->SetNumberOfAntennas (nss);
278
  wifiPhyPtrClient->SetMaxSupportedTxSpatialStreams (nss);
278
  wifiPhyPtrClient->SetMaxSupportedTxSpatialStreams (nss);
279
  wifiPhyPtrClient->SetMaxSupportedRxSpatialStreams (nss);
279
  wifiPhyPtrClient->SetMaxSupportedRxSpatialStreams (nss);
280
  wifiPhyPtrServer->SetNumberOfAntennas (nss);
280
  wifiPhyPtrServer->SetNumberOfAntennas (3);
281
  wifiPhyPtrServer->SetMaxSupportedTxSpatialStreams (nss);
281
  wifiPhyPtrServer->SetMaxSupportedTxSpatialStreams (3);
282
  wifiPhyPtrServer->SetMaxSupportedRxSpatialStreams (nss);
282
  wifiPhyPtrServer->SetMaxSupportedRxSpatialStreams (3);
283
  // Only set the channel width and guard interval for HT and VHT modes
283
  // Only set the channel width and guard interval for HT and VHT modes
284
  if (selectedStandard.m_name == "802.11n-5GHz"
284
  if (selectedStandard.m_name == "802.11n-5GHz"
285
      || selectedStandard.m_name == "802.11n-2.4GHz"
285
      || selectedStandard.m_name == "802.11n-2.4GHz"

Return to bug 2647