1336 <dd>Enable/disable results verification at the end of the simulation [false] </dd>
1337</dl>
1338*/
1339/**
1340 @file wifi-ap.cc
1341<h3>Usage</h3>
1342<code>$ ./ns3 run "wifi-ap [Program Options]"</code>
1343
1344<h3>Program Options</h3>
1345<dl>
1346 <dt>@c --verbose </dt>
1347 <dd>Print trace information if true [true] </dd>
1348</dl>
1349*/
1350/**
1351 @file wifi-backward-compatibility.cc
1352<h3>Usage</h3>
1353<code>$ ./ns3 run "wifi-backward-compatibility [Program Options]"</code>
1354
1355<h3>Program Options</h3>
1356<dl>
1357 <dt>@c --simulationTime </dt>
1358 <dd>Simulation time [+10s] </dd>
1359 <dt>@c --apVersion </dt>
1360 <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>
1361 <dt>@c --staVersion </dt>
1362 <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>
1363 <dt>@c --apRaa </dt>
1364 <dd>Rate adaptation algorithm used by the AP [Minstrel] </dd>
1365 <dt>@c --staRaa </dt>
1366 <dd>Rate adaptation algorithm used by the station [MinstrelHt] </dd>
1367 <dt>@c --apHasTraffic </dt>
1368 <dd>Enable/disable traffic on the AP [false] </dd>
1369 <dt>@c --staHasTraffic </dt>
1370 <dd>Enable/disable traffic on the station [true] </dd>
1371</dl>
1372*/
1373/**
1374 @file wifi-bianchi.cc
1375<h3>Usage</h3>
1376<code>$ ./ns3 run "wifi-bianchi [Program Options]"</code>
1377
1378<h3>Program Options</h3>
1379<dl>
1380 <dt>@c --verbose </dt>
1381 <dd>Logging level (0: no log - 1: simulation script logs - 2: all logs) [0] </dd>
1382 <dt>@c --tracing </dt>
1383 <dd>Generate trace files [false] </dd>
1384 <dt>@c --useTxHelper </dt>
1385 <dd>Enable WifiTxStatsHelper on all devices [false] </dd>
1386 <dt>@c --useRxHelper </dt>
1387 <dd>Enable WifiPhyRxTraceHelper on all devices [false] </dd>
1388 <dt>@c --pktSize </dt>
1389 <dd>The packet size in bytes [1500] </dd>
1390 <dt>@c --trials </dt>
1391 <dd>The maximal number of runs per network size [1] </dd>
1392 <dt>@c --duration </dt>
1393 <dd>Time duration for each trial in seconds [100] </dd>
1397 <dd>True to use infrastructure mode, false to use ring adhoc mode [false] </dd>
1398 <dt>@c --workDir </dt>
1399 <dd>The working directory used to store generated files [./] </dd>
1400 <dt>@c --phyMode </dt>
1401 <dd>Set the constant PHY mode string used to transmit frames [OfdmRate54Mbps] </dd>
1402 <dt>@c --standard </dt>
1403 <dd>Set the standard (11a, 11b, 11g, 11n, 11ac, 11ax) [11a] </dd>
1404 <dt>@c --nMinStas </dt>
1405 <dd>Minimum number of stations to start with [5] </dd>
1406 <dt>@c --nMaxStas </dt>
1407 <dd>Maximum number of stations to start with [50] </dd>
1408 <dt>@c --nStepSize </dt>
1409 <dd>Number of stations to add at each step [5] </dd>
1410 <dt>@c --plotBianchiModel </dt>
1411 <dd>First bit corresponds to the DIFS model, second bit to the EIFS model [1] </dd>
1412 <dt>@c --validate </dt>
1413 <dd>Enable/disable validation of the ns-3 simulations against the Bianchi model [false] </dd>
1414 <dt>@c --maxRelativeError </dt>
1415 <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>
1416 <dt>@c --frequency </dt>
1417 <dd>Set the operating frequency band in GHz: 2.4, 5 or 6 [5] </dd>
1418 <dt>@c --channelWidth </dt>
1419 <dd>Set the constant channel width in MHz (only for 11n/ac/ax) [20] </dd>
1420 <dt>@c --guardIntervalNs </dt>
1421 <dd>Set the the guard interval in nanoseconds (800 or 400 for 11n/ac, 800 or 1600 or 3200 for 11 ax) [800] </dd>
1422 <dt>@c --maxMpdus </dt>
1423 <dd>Set the maximum number of MPDUs in A-MPDUs (0 to disable MPDU aggregation) [ ] </dd>
1424 <dt>@c --distance </dt>
1425 <dd>Set the distance in meters between the AP and the STAs [0.001] </dd>
1426 <dt>@c --apTxPower </dt>
1427 <dd>Set the transmit power of the AP in dBm (if infrastructure only) [16] </dd>
1428 <dt>@c --staTxPower </dt>
1429 <dd>Set the transmit power of each STA in dBm (or all STAs if adhoc) [16] </dd>
1430 <dt>@c --pktInterval </dt>
1431 <dd>Set the socket packet interval in microseconds [1000] </dd>
1432</dl>
1433*/
1434/**
1435 @file wifi-blockack.cc
1436<h3>Usage</h3>
1437<code>$ ./ns3 run "wifi-blockack"</code>
1438*/
1439/**
1440 @file wifi-dsss-validation.cc
1441<h3>Usage</h3>
1442<code>$ ./ns3 run "wifi-dsss-validation [Program Options]"</code>
1443
1444<h3>Program Options</h3>
1445<dl>
1446 <dt>@c --FrameSize </dt>
1447 <dd>The frame size in bytes [1500] </dd>
1448</dl>
1449*/
1450/**
1451 @file wifi-eht-network.cc
1452<h3>Usage</h3>
1453<code>$ ./ns3 run "wifi-eht-network [Program Options]"</code>
1454
1455<h3>Program Options</h3>
1456<dl>
1457 <dt>@c --staticSetup </dt>
1458 <dd>Whether devices are configured using the static setup helper [true] </dd>
1459 <dt>@c --frequency </dt>
1460 <dd>Whether the first link operates in the 2.4, 5 or 6 GHz band (other values gets rejected) [5] </dd>
1461 <dt>@c --frequency2 </dt>
1462 <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>
1463 <dt>@c --frequency3 </dt>
1464 <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>
1465 <dt>@c --emlsrMgrTypeId </dt>
1466 <dd>The ns-3 TypeId of the EMLSR manager to use [ns3::DefaultEmlsrManager] </dd>
1467 <dt>@c --emlsrLinks </dt>
1468 <dd>The comma separated list of IDs of EMLSR links (for MLDs only) </dd>
1469 <dt>@c --emlsrPaddingDelay </dt>
1470 <dd>The EMLSR padding delay in microseconds (0, 32, 64, 128 or 256) [32] </dd>
1471 <dt>@c --emlsrTransitionDelay </dt>
1472 <dd>The EMLSR transition delay in microseconds (0, 16, 32, 64, 128 or 256) [128] </dd>
1473 <dt>@c --emlsrAuxSwitch </dt>
1474 <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>
1475 <dt>@c --emlsrAuxChWidth </dt>
1476 <dd>The maximum channel width (MHz) supported by Aux PHYs. [20] </dd>
1477 <dt>@c --emlsrAuxTxCapable </dt>
1478 <dd>Whether Aux PHYs are capable of transmitting. [true] </dd>
1482 <dd>Distance in meters between the station and the access point [1] </dd>
1483 <dt>@c --simulationTime </dt>
1484 <dd>Simulation time [+10s] </dd>
1485 <dt>@c --udp </dt>
1486 <dd>UDP if set to 1, TCP otherwise [true] </dd>
1487 <dt>@c --downlink </dt>
1488 <dd>Generate downlink flows if set to 1, uplink flows otherwise [true] </dd>
1489 <dt>@c --useRts </dt>
1490 <dd>Enable/disable RTS/CTS [false] </dd>
1491 <dt>@c --use80Plus80 </dt>
1492 <dd>Enable/disable use of 80+80 MHz [false] </dd>
1493 <dt>@c --mpduBufferSize </dt>
1494 <dd>Size (in number of MPDUs) of the BlockAck buffer [512] </dd>
1495 <dt>@c --nStations </dt>
1496 <dd>Number of non-AP EHT stations [1] </dd>
1497 <dt>@c --dlAckType </dt>
1498 <dd>Ack sequence type for DL OFDMA (NO-OFDMA, ACK-SU-FORMAT, MU-BAR, AGGR-MU-BAR) [NO-OFDMA] </dd>
1499 <dt>@c --enableUlOfdma </dt>
1500 <dd>Enable UL OFDMA (useful if DL OFDMA is enabled and TCP is used) [false] </dd>
1501 <dt>@c --enableBsrp </dt>
1502 <dd>Enable BSRP (useful if DL and UL OFDMA are enabled and TCP is used) [false] </dd>
1503 <dt>@c --muSchedAccessReqInterval </dt>
1504 <dd>Duration of the interval between two requests for channel access made by the MU scheduler [+0fs] </dd>
1505 <dt>@c --mcs </dt>
1506 <dd>list of comma separated MCS values to test; if unset, all MCS values (0-13) are tested </dd>
1507 <dt>@c --channelWidth </dt>
1508 <dd>if set, limit testing to a specific channel width expressed in MHz (20, 40, 80, 160 or 320 MHz) [-1] </dd>
1509 <dt>@c --guardInterval </dt>
1510 <dd>if set, limit testing to a specific guard interval duration expressed in nanoseconds (800, 1600 or 3200 ns) [-1] </dd>
1511 <dt>@c --payloadSize </dt>
1512 <dd>The application payload size in bytes [700] </dd>
1513 <dt>@c --tputInterval </dt>
1514 <dd>duration of intervals for throughput measurement [+0fs] </dd>
1515 <dt>@c --minExpectedThroughput </dt>
1516 <dd>if set, simulation fails if the lowest throughput is below this value [0] </dd>
1517 <dt>@c --maxExpectedThroughput </dt>
1518 <dd>if set, simulation fails if the highest throughput is above this value [0] </dd>
1519</dl>
1520*/
1521/**
1522 @file wifi-error-models-comparison.cc
1523<h3>Usage</h3>
1524<code>$ ./ns3 run "wifi-error-models-comparison [Program Options]"</code>
1525
1526<h3>Program Options</h3>
1527<dl>
1528 <dt>@c --size </dt>
1529 <dd>The size in bits [12000] </dd>
1530 <dt>@c --frameFormat </dt>
1531 <dd>The frame format to use: Ht, Vht or He [Ht] </dd>
1532 <dt>@c --beginMcs </dt>
1533 <dd>The first MCS to test [ ] </dd>
1534 <dt>@c --endMcs </dt>
1535 <dd>The last MCS to test [␇] </dd>
1536 <dt>@c --stepMcs </dt>
1537 <dd>The step between two MCSs to test [␄] </dd>
1538 <dt>@c --includeTableErrorModel </dt>
1539 <dd>Flag to include/exclude Table-based error model [true] </dd>
1540 <dt>@c --includeYansErrorModel </dt>
1541 <dd>Flag to include/exclude Yans error model [true] </dd>
1542 <dt>@c --includeNistErrorModel </dt>
1543 <dd>Flag to include/exclude Nist error model [true] </dd>
1544</dl>
1545*/
1546/**
1547 @file wifi-example-sim.cc
1548<h3>Usage</h3>
1549<code>$ ./ns3 run "wifi-example-sim [Program Options]"</code>
1550
1551<h3>Program Options</h3>
1552<dl>
1553 <dt>@c --distance </dt>
1554 <dd>Distance apart to place nodes (in meters). [50] </dd>
1555 <dt>@c --format </dt>
1556 <dd>Format to use for data output. [omnet] </dd>
1557 <dt>@c --experiment </dt>
1558 <dd>Identifier for experiment. [wifi-distance-test] </dd>
1559 <dt>@c --strategy </dt>
1560 <dd>Identifier for strategy. [wifi-default] </dd>
1561 <dt>@c --run </dt>
1562 <dd>Identifier for run. [run-1771121182] </dd>
1563</dl>
1564*/
1565/**
1566 @file wifi-he-network.cc
1567<h3>Usage</h3>
1568<code>$ ./ns3 run "wifi-he-network [Program Options]"</code>
1569
1570<h3>Program Options</h3>
1571<dl>
1572 <dt>@c --staticSetup </dt>
1573 <dd>Whether devices are configured using the static setup helper [true] </dd>
1574 <dt>@c --frequency </dt>
1575 <dd>Whether working in the 2.4, 5 or 6 GHz band (other values gets rejected) [5] </dd>
1576 <dt>@c --distance </dt>
1577 <dd>Distance in meters between the station and the access point [1] </dd>
1578 <dt>@c --simulationTime </dt>
1579 <dd>Simulation time [+10s] </dd>
1580 <dt>@c --udp </dt>
1581 <dd>UDP if set to 1, TCP otherwise [true] </dd>
1582 <dt>@c --downlink </dt>
1583 <dd>Generate downlink flows if set to 1, uplink flows otherwise [true] </dd>
1584 <dt>@c --useRts </dt>
1585 <dd>Enable/disable RTS/CTS [false] </dd>
1586 <dt>@c --use80Plus80 </dt>
1587 <dd>Enable/disable use of 80+80 MHz [false] </dd>
1588 <dt>@c --useExtendedBlockAck </dt>
1589 <dd>Enable/disable use of extended BACK [false] </dd>
1590 <dt>@c --nStations </dt>
1591 <dd>Number of non-AP HE stations [1] </dd>
1592 <dt>@c --dlAckType </dt>
1593 <dd>Ack sequence type for DL OFDMA (NO-OFDMA, ACK-SU-FORMAT, MU-BAR, AGGR-MU-BAR) [NO-OFDMA] </dd>
1594 <dt>@c --enableUlOfdma </dt>
1595 <dd>Enable UL OFDMA (useful if DL OFDMA is enabled and TCP is used) [false] </dd>
1596 <dt>@c --enableBsrp </dt>
1597 <dd>Enable BSRP (useful if DL and UL OFDMA are enabled and TCP is used) [false] </dd>
1598 <dt>@c --muSchedAccessReqInterval </dt>
1599 <dd>Duration of the interval between two requests for channel access made by the MU scheduler [+0fs] </dd>
1600 <dt>@c --mcs </dt>
1601 <dd>list of comma separated MCS values to test; if unset, all MCS values (0-11) are tested </dd>
1602 <dt>@c --channelWidth </dt>
1603 <dd>if set, limit testing to a specific channel width expressed in MHz (20, 40, 80 or 160 MHz) [-1] </dd>
1604 <dt>@c --guardInterval </dt>
1605 <dd>if set, limit testing to a specific guard interval duration expressed in nanoseconds (800, 1600 or 3200 ns) [-1] </dd>
1606 <dt>@c --payloadSize </dt>
1607 <dd>The application payload size in bytes [700] </dd>
1608 <dt>@c --phyModel </dt>
1609 <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>
1610 <dt>@c --minExpectedThroughput </dt>
1611 <dd>if set, simulation fails if the lowest throughput is below this value [0] </dd>
1612 <dt>@c --maxExpectedThroughput </dt>
1613 <dd>if set, simulation fails if the highest throughput is above this value [0] </dd>
1614</dl>
1615*/
1616/**
1617 @file wifi-hidden-terminal.cc
1618<h3>Usage</h3>
1619<code>$ ./ns3 run "wifi-hidden-terminal [Program Options]"</code>