1. 程式人生 > >possible for Wifi Adhoc using 802.11n with OFDM ?

possible for Wifi Adhoc using 802.11n with OFDM ?

I have another problem. when I use:

   wifi.SetStandard (WIFI_PHY_STANDARD_80211n_2_4GHZ);

or

   wifi.SetStandard (WIFI_PHY_STANDARD_80211n_5GHZ);

then I have no traffic (throughput = 0 )!!!!

I'm also using 

wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager","DataMode", StringValue("OfdmRate54Mbps")); 

or 

Config::SetDefault ("ns3::WifiRemoteStationManager::NonUnicastMode", StringValue ("OfdmRate54Mbps"));


Any help?
Thanks!
Diego.