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 =