wifi: Some more documentation updates
This commit is contained in:
@@ -666,7 +666,7 @@ Depending on your goal, the common tasks are (in no particular order):
|
||||
``MacLow::ReceiveOk``.
|
||||
* MAC high modification. For example, handling new management frames (think beacon/probe),
|
||||
beacon/probe generation. Users usually make changes to ``regular-wifi-mac.*``,
|
||||
``sta-wifi-mac.*``, ``ap-wifi-mac.*``, or ``adhoc-wifi-mac.*`` to accomplish this.
|
||||
``infrastructure-wifi-mac.*``,``sta-wifi-mac.*``, ``ap-wifi-mac.*``, or ``adhoc-wifi-mac.*`` to accomplish this.
|
||||
* Wi-Fi queue management. The files ``txop.*`` and ``qos-txop.*`` are of interested for this task.
|
||||
* Channel access management. Users should modify the files ``channel-access-manager.*``, which grant access to
|
||||
``Txop`` and ``QosTxop``.
|
||||
|
||||
@@ -242,7 +242,8 @@ in a number of ways:
|
||||
|
||||
::
|
||||
|
||||
Config::Set ("/NodeList/0/DeviceList/*/$ns3::WifiNetDevice/Phy/$ns3::WifiPhy/ChannelNumber", UintegerValue (3));
|
||||
Config::Set ("/NodeList/0/DeviceList/*/$ns3::WifiNetDevice/Phy/$ns3::WifiPhy/ChannelNumber",
|
||||
UintegerValue (3));
|
||||
|
||||
This section provides guidance on how to configure these settings in
|
||||
a coherent manner, and what happens if non-standard values are chosen.
|
||||
|
||||
Reference in New Issue
Block a user