From 8608166b6dbdae4780d287b79f0903f2c465abdf Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 18 May 2021 18:56:01 +0300 Subject: [PATCH] wifi: enable ThompsonSamplingWifiManager logs in WifiHelper --- src/wifi/helper/wifi-helper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index 1c715f4d8..2cdf9e66b 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -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);