diff --git a/src/wifi/helper/wifi-helper.cc b/src/wifi/helper/wifi-helper.cc index b6cb3942a..b75a86833 100644 --- a/src/wifi/helper/wifi-helper.cc +++ b/src/wifi/helper/wifi-helper.cc @@ -828,6 +828,7 @@ WifiHelper::EnableLogComponents (void) LogComponentEnable ("ParfWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("RegularWifiMac", LOG_LEVEL_ALL); LogComponentEnable ("RraaWifiManager", LOG_LEVEL_ALL); + LogComponentEnable ("RrpaaWifiManager", LOG_LEVEL_ALL); LogComponentEnable ("SpectrumWifiPhy", LOG_LEVEL_ALL); LogComponentEnable ("StaWifiMac", LOG_LEVEL_ALL); LogComponentEnable ("SupportedRates", LOG_LEVEL_ALL);