wifi: enable ThompsonSamplingWifiManager logs in WifiHelper

This commit is contained in:
Alexander Krotov
2021-05-18 18:56:01 +03:00
parent a13fe418ba
commit 8608166b6d

View File

@@ -972,6 +972,7 @@ WifiHelper::EnableLogComponents (void)
LogComponentEnable ("StaWifiMac", LOG_LEVEL_ALL);
LogComponentEnable ("SupportedRates", LOG_LEVEL_ALL);
LogComponentEnable ("TableBasedErrorRateModel", LOG_LEVEL_ALL);
LogComponentEnable ("ThompsonSamplingWifiManager", LOG_LEVEL_ALL);
LogComponentEnable ("ThresholdPreambleDetectionModel", LOG_LEVEL_ALL);
LogComponentEnable ("Txop", LOG_LEVEL_ALL);
LogComponentEnable ("VhtConfiguration", LOG_LEVEL_ALL);