1273 <dd>Enable/disable results verification at the end of the simulation [false] </dd>
1274</dl>
1275*/
1276/**
1277 \file wifi-ap.cc
1278<h3>Usage</h3>
1279<code>$ ./ns3 run "wifi-ap [Program Options]"</code>
1280
1281<h3>Program Options</h3>
1282<dl>
1283 <dt>\c --verbose </dt>
1284 <dd>Print trace information if true [true] </dd>
1285</dl>
1286*/
1287/**
1288 \file wifi-backward-compatibility.cc
1289<h3>Usage</h3>
1290<code>$ ./ns3 run "wifi-backward-compatibility [Program Options]"</code>
1291
1292<h3>Program Options</h3>
1293<dl>
1294 <dt>\c --simulationTime </dt>
1295 <dd>Simulation time [+10s] </dd>
1296 <dt>\c --apVersion </dt>
1297 <dd>The standard version used by the AP: 80211a, 80211b, 80211g, 80211p, 80211n_2_4GHZ, 80211n_5GHZ, 80211ac, 80211ax_2_4GHZ or 80211ax_5GHZ [80211a] </dd>
1298 <dt>\c --staVersion </dt>
1299 <dd>The standard version used by the station: 80211a, 80211b, 80211g, 80211_10MHZ, 80211_5MHZ, 80211n_2_4GHZ, 80211n_5GHZ, 80211ac, 80211ax_2_4GHZ or 80211ax_5GHZ [80211n_5GHZ] </dd>
1300 <dt>\c --apRaa </dt>
1301 <dd>Rate adaptation algorithm used by the AP [Minstrel] </dd>
1302 <dt>\c --staRaa </dt>
1303 <dd>Rate adaptation algorithm used by the station [MinstrelHt] </dd>
1304 <dt>\c --apHasTraffic </dt>
1305 <dd>Enable/disable traffic on the AP [false] </dd>
1306 <dt>\c --staHasTraffic </dt>
1307 <dd>Enable/disable traffic on the station [true] </dd>
1308</dl>
1309*/
1310/**
1311 \file wifi-bianchi.cc
1312<h3>Usage</h3>
1313<code>$ ./ns3 run "wifi-bianchi [Program Options]"</code>
1314
1315<h3>Program Options</h3>
1316<dl>
1317 <dt>\c --verbose </dt>
1318 <dd>Logging level (0: no log - 1: simulation script logs - 2: all logs) [0] </dd>
1319 <dt>\c --tracing </dt>
1320 <dd>Generate trace files [false] </dd>
1321 <dt>\c --useTxHelper </dt>
1322 <dd>Enable WifiTxStatsHelper on all devices [false] </dd>
1323 <dt>\c --useRxHelper </dt>
1324 <dd>Enable WifiPhyRxTraceHelper on all devices [false] </dd>
1325 <dt>\c --pktSize </dt>
1326 <dd>The packet size in bytes [1500] </dd>
1327 <dt>\c --trials </dt>
1328 <dd>The maximal number of runs per network size [1] </dd>
1329 <dt>\c --duration </dt>
1330 <dd>Time duration for each trial in seconds [100] </dd>
1334 <dd>True to use infrastructure mode, false to use ring adhoc mode [false] </dd>
1335 <dt>\c --workDir </dt>
1336 <dd>The working directory used to store generated files [./] </dd>
1337 <dt>\c --phyMode </dt>
1338 <dd>Set the constant PHY mode string used to transmit frames [OfdmRate54Mbps] </dd>
1339 <dt>\c --standard </dt>
1340 <dd>Set the standard (11a, 11b, 11g, 11n, 11ac, 11ax) [11a] </dd>
1341 <dt>\c --nMinStas </dt>
1342 <dd>Minimum number of stations to start with [5] </dd>
1343 <dt>\c --nMaxStas </dt>
1344 <dd>Maximum number of stations to start with [50] </dd>
1345 <dt>\c --nStepSize </dt>
1346 <dd>Number of stations to add at each step [5] </dd>
1347 <dt>\c --plotBianchiModel </dt>
1348 <dd>First bit corresponds to the DIFS model, second bit to the EIFS model [1] </dd>
1349 <dt>\c --validate </dt>
1350 <dd>Enable/disable validation of the ns-3 simulations against the Bianchi model [false] </dd>
1351 <dt>\c --maxRelativeError </dt>
1352 <dd>The maximum relative error tolerated between ns-3 results and the Bianchi model (used for regression, i.e. when the validate flag is set) [0.015] </dd>
1353 <dt>\c --frequency </dt>
1354 <dd>Set the operating frequency band in GHz: 2.4, 5 or 6 [5] </dd>
1355 <dt>\c --channelWidth </dt>
1356 <dd>Set the constant channel width in MHz (only for 11n/ac/ax) [20] </dd>
1357 <dt>\c --guardIntervalNs </dt>
1358 <dd>Set the the guard interval in nanoseconds (800 or 400 for 11n/ac, 800 or 1600 or 3200 for 11 ax) [800] </dd>
1359 <dt>\c --maxMpdus </dt>
1360 <dd>Set the maximum number of MPDUs in A-MPDUs (0 to disable MPDU aggregation) [ ] </dd>
1361 <dt>\c --distance </dt>
1362 <dd>Set the distance in meters between the AP and the STAs [0.001] </dd>
1363 <dt>\c --apTxPower </dt>
1364 <dd>Set the transmit power of the AP in dBm (if infrastructure only) [16] </dd>
1365 <dt>\c --staTxPower </dt>
1366 <dd>Set the transmit power of each STA in dBm (or all STAs if adhoc) [16] </dd>
1367 <dt>\c --pktInterval </dt>
1368 <dd>Set the socket packet interval in microseconds [1000] </dd>
1369</dl>
1370*/
1371/**
1372 \file wifi-blockack.cc
1373<h3>Usage</h3>
1374<code>$ ./ns3 run "wifi-blockack"</code>
1375*/
1376/**
1377 \file wifi-dsss-validation.cc
1378<h3>Usage</h3>
1379<code>$ ./ns3 run "wifi-dsss-validation [Program Options]"</code>
1380
1381<h3>Program Options</h3>
1382<dl>
1383 <dt>\c --FrameSize </dt>
1384 <dd>The frame size in bytes [1500] </dd>
1385</dl>
1386*/
1387/**
1388 \file wifi-eht-network.cc
1389<h3>Usage</h3>
1390<code>$ ./ns3 run "wifi-eht-network [Program Options]"</code>
1391
1392<h3>Program Options</h3>
1393<dl>
1394 <dt>\c --frequency </dt>
1395 <dd>Whether the first link operates in the 2.4, 5 or 6 GHz band (other values gets rejected) [5] </dd>
1396 <dt>\c --frequency2 </dt>
1397 <dd>Whether the second link operates in the 2.4, 5 or 6 GHz band (0 means the device has one link, otherwise the band must be different than first link and third link) [0] </dd>
1398 <dt>\c --frequency3 </dt>
1399 <dd>Whether the third link operates in the 2.4, 5 or 6 GHz band (0 means the device has up to two links, otherwise the band must be different than first link and second link) [0] </dd>
1400 <dt>\c --emlsrMgrTypeId </dt>
1401 <dd>The ns-3 TypeId of the EMLSR manager to use [ns3::DefaultEmlsrManager] </dd>
1402 <dt>\c --emlsrLinks </dt>
1403 <dd>The comma separated list of IDs of EMLSR links (for MLDs only) </dd>
1404 <dt>\c --emlsrPaddingDelay </dt>
1405 <dd>The EMLSR padding delay in microseconds (0, 32, 64, 128 or 256) [32] </dd>
1406 <dt>\c --emlsrTransitionDelay </dt>
1407 <dd>The EMLSR transition delay in microseconds (0, 16, 32, 64, 128 or 256) [128] </dd>
1408 <dt>\c --emlsrAuxSwitch </dt>
1409 <dd>Whether Aux PHY should switch channel to operate on the link on which the Main PHY was operating before moving to the link of the Aux PHY. [true] </dd>
1410 <dt>\c --emlsrAuxChWidth </dt>
1411 <dd>The maximum channel width (MHz) supported by Aux PHYs. [20] </dd>
1412 <dt>\c --emlsrAuxTxCapable </dt>
1413 <dd>Whether Aux PHYs are capable of transmitting. [true] </dd>
1417 <dd>Distance in meters between the station and the access point [1] </dd>
1418 <dt>\c --simulationTime </dt>
1419 <dd>Simulation time [+10s] </dd>
1420 <dt>\c --udp </dt>
1421 <dd>UDP if set to 1, TCP otherwise [true] </dd>
1422 <dt>\c --downlink </dt>
1423 <dd>Generate downlink flows if set to 1, uplink flows otherwise [true] </dd>
1424 <dt>\c --useRts </dt>
1425 <dd>Enable/disable RTS/CTS [false] </dd>
1426 <dt>\c --use80Plus80 </dt>
1427 <dd>Enable/disable use of 80+80 MHz [false] </dd>
1428 <dt>\c --mpduBufferSize </dt>
1429 <dd>Size (in number of MPDUs) of the BlockAck buffer [512] </dd>
1430 <dt>\c --nStations </dt>
1431 <dd>Number of non-AP EHT stations [1] </dd>
1432 <dt>\c --dlAckType </dt>
1433 <dd>Ack sequence type for DL OFDMA (NO-OFDMA, ACK-SU-FORMAT, MU-BAR, AGGR-MU-BAR) [NO-OFDMA] </dd>
1434 <dt>\c --enableUlOfdma </dt>
1435 <dd>Enable UL OFDMA (useful if DL OFDMA is enabled and TCP is used) [false] </dd>
1436 <dt>\c --enableBsrp </dt>
1437 <dd>Enable BSRP (useful if DL and UL OFDMA are enabled and TCP is used) [false] </dd>
1438 <dt>\c --muSchedAccessReqInterval </dt>
1439 <dd>Duration of the interval between two requests for channel access made by the MU scheduler [+0fs] </dd>
1440 <dt>\c --mcs </dt>
1441 <dd>list of comma separated MCS values to test; if unset, all MCS values (0-13) are tested </dd>
1442 <dt>\c --channelWidth </dt>
1443 <dd>if set, limit testing to a specific channel width expressed in MHz (20, 40, 80 or 160 MHz) [-1] </dd>
1444 <dt>\c --guardInterval </dt>
1445 <dd>if set, limit testing to a specific guard interval duration expressed in nanoseconds (800, 1600 or 3200 ns) [-1] </dd>
1446 <dt>\c --payloadSize </dt>
1447 <dd>The application payload size in bytes [700] </dd>
1448 <dt>\c --tputInterval </dt>
1449 <dd>duration of intervals for throughput measurement [+0fs] </dd>
1450 <dt>\c --minExpectedThroughput </dt>
1451 <dd>if set, simulation fails if the lowest throughput is below this value [0] </dd>
1452 <dt>\c --maxExpectedThroughput </dt>
1453 <dd>if set, simulation fails if the highest throughput is above this value [0] </dd>
1454</dl>
1455*/
1456/**
1457 \file wifi-error-models-comparison.cc
1458<h3>Usage</h3>
1459<code>$ ./ns3 run "wifi-error-models-comparison [Program Options]"</code>
1460
1461<h3>Program Options</h3>
1462<dl>
1463 <dt>\c --size </dt>
1464 <dd>The size in bits [12000] </dd>
1465 <dt>\c --frameFormat </dt>
1466 <dd>The frame format to use: Ht, Vht or He [Ht] </dd>
1467 <dt>\c --beginMcs </dt>
1468 <dd>The first MCS to test [ ] </dd>
1469 <dt>\c --endMcs </dt>
1470 <dd>The last MCS to test [␇] </dd>
1471 <dt>\c --stepMcs </dt>
1472 <dd>The step between two MCSs to test [␄] </dd>
1473 <dt>\c --includeTableErrorModel </dt>
1474 <dd>Flag to include/exclude Table-based error model [true] </dd>
1475 <dt>\c --includeYansErrorModel </dt>
1476 <dd>Flag to include/exclude Yans error model [true] </dd>
1477 <dt>\c --includeNistErrorModel </dt>
1478 <dd>Flag to include/exclude Nist error model [true] </dd>
1479</dl>
1480*/
1481/**
1482 \file wifi-example-sim.cc
1483<h3>Usage</h3>
1484<code>$ ./ns3 run "wifi-example-sim [Program Options]"</code>
1485
1486<h3>Program Options</h3>
1487<dl>
1488 <dt>\c --distance </dt>
1489 <dd>Distance apart to place nodes (in meters). [50] </dd>
1490 <dt>\c --format </dt>
1491 <dd>Format to use for data output. [omnet] </dd>
1492 <dt>\c --experiment </dt>
1493 <dd>Identifier for experiment. [wifi-distance-test] </dd>
1494 <dt>\c --strategy </dt>
1495 <dd>Identifier for strategy. [wifi-default] </dd>
1496 <dt>\c --run </dt>
1497 <dd>Identifier for run. [run-1745939174] </dd>
1498</dl>
1499*/
1500/**
1501 \file wifi-he-network.cc
1502<h3>Usage</h3>
1503<code>$ ./ns3 run "wifi-he-network [Program Options]"</code>
1504
1505<h3>Program Options</h3>
1506<dl>
1507 <dt>\c --frequency </dt>
1508 <dd>Whether working in the 2.4, 5 or 6 GHz band (other values gets rejected) [5] </dd>
1509 <dt>\c --distance </dt>
1510 <dd>Distance in meters between the station and the access point [1] </dd>
1511 <dt>\c --simulationTime </dt>
1512 <dd>Simulation time [+10s] </dd>
1513 <dt>\c --udp </dt>
1514 <dd>UDP if set to 1, TCP otherwise [true] </dd>
1515 <dt>\c --downlink </dt>
1516 <dd>Generate downlink flows if set to 1, uplink flows otherwise [true] </dd>
1517 <dt>\c --useRts </dt>
1518 <dd>Enable/disable RTS/CTS [false] </dd>
1519 <dt>\c --use80Plus80 </dt>
1520 <dd>Enable/disable use of 80+80 MHz [false] </dd>
1521 <dt>\c --useExtendedBlockAck </dt>
1522 <dd>Enable/disable use of extended BACK [false] </dd>
1523 <dt>\c --nStations </dt>
1524 <dd>Number of non-AP HE stations [1] </dd>
1525 <dt>\c --dlAckType </dt>
1526 <dd>Ack sequence type for DL OFDMA (NO-OFDMA, ACK-SU-FORMAT, MU-BAR, AGGR-MU-BAR) [NO-OFDMA] </dd>
1527 <dt>\c --enableUlOfdma </dt>
1528 <dd>Enable UL OFDMA (useful if DL OFDMA is enabled and TCP is used) [false] </dd>
1529 <dt>\c --enableBsrp </dt>
1530 <dd>Enable BSRP (useful if DL and UL OFDMA are enabled and TCP is used) [false] </dd>
1531 <dt>\c --muSchedAccessReqInterval </dt>
1532 <dd>Duration of the interval between two requests for channel access made by the MU scheduler [+0fs] </dd>
1533 <dt>\c --mcs </dt>
1534 <dd>list of comma separated MCS values to test; if unset, all MCS values (0-11) are tested </dd>
1535 <dt>\c --channelWidth </dt>
1536 <dd>if set, limit testing to a specific channel width expressed in MHz (20, 40, 80 or 160 MHz) [-1] </dd>
1537 <dt>\c --guardInterval </dt>
1538 <dd>if set, limit testing to a specific guard interval duration expressed in nanoseconds (800, 1600 or 3200 ns) [-1] </dd>
1539 <dt>\c --payloadSize </dt>
1540 <dd>The application payload size in bytes [700] </dd>
1541 <dt>\c --phyModel </dt>
1542 <dd>PHY model to use when OFDMA is disabled (Yans or Spectrum). If 80+80 MHz or OFDMA is enabled then Spectrum is automatically selected [Yans] </dd>
1543 <dt>\c --minExpectedThroughput </dt>
1544 <dd>if set, simulation fails if the lowest throughput is below this value [0] </dd>
1545 <dt>\c --maxExpectedThroughput </dt>
1546 <dd>if set, simulation fails if the highest throughput is above this value [0] </dd>
1547</dl>
1548*/
1549/**
1550 \file wifi-hidden-terminal.cc
1551<h3>Usage</h3>
1552<code>$ ./ns3 run "wifi-hidden-terminal [Program Options]"</code>