wifi: Add LOG_LEVEL_INFO statement on AP beacon generation

This commit is contained in:
Tom Henderson
2024-05-02 16:56:01 -07:00
parent b869610e33
commit 132a6ced06

View File

@@ -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 =