<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>in my script£¬i use 802.11a for my wifi rate£¬it highest speed is 54mbps£¬but actually  the top rate is 6Mbps (or lower)  when i run my script,it seems that wifi station can mostly handle 350 packet/s. is there anyone who can help me to solve this problem?here are my defination.</div><div><br></div><div> std::string phyMode ("OfdmRate54Mbps");<br> WifiHelper wifi;<br> wifi.SetStandard (WIFI_PHY_STANDARD_80211a);</div><div> YansWifiPhyHelper wifiPhy =  YansWifiPhyHelper::Default ();<br> wifiPhy.SetPcapDataLinkType (YansWifiPhyHelper::DLT_IEEE802_11_RADIO);<br> wifi.SetRemoteStationManager ("ns3::ConstantRateWifiManager",<br>        "DataMode",StringValue (phyMode),<br>        "ControlMode",StringValue (phyMode));</div></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>