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);