From 132a6ced060f3a85a64feb88fc32233fd421bea2 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 2 May 2024 16:56:01 -0700 Subject: [PATCH] wifi: Add LOG_LEVEL_INFO statement on AP beacon generation --- src/wifi/model/ap-wifi-mac.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wifi/model/ap-wifi-mac.cc b/src/wifi/model/ap-wifi-mac.cc index 245777e12..9b72aee3f 100644 --- a/src/wifi/model/ap-wifi-mac.cc +++ b/src/wifi/model/ap-wifi-mac.cc @@ -1544,6 +1544,7 @@ ApWifiMac::SendOneBeacon(uint8_t linkId) } packet->AddHeader(beacon); + NS_LOG_INFO("Generating beacon from " << link.feManager->GetAddress() << " linkID " << +linkId); // The beacon has it's own special queue, so we load it in there m_beaconTxop->Queue(packet, hdr); link.beaconEvent =