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