wifi: Some more documentation updates

This commit is contained in:
Sébastien Deronne
2018-06-09 14:39:02 +02:00
parent b839d38cfe
commit 80a9340719
2 changed files with 3 additions and 2 deletions

View File

@@ -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``.

View File

@@ -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.