equal
deleted
inserted
replaced
641 * the MAC layer that a channel switching occured. When a channel switching |
641 * the MAC layer that a channel switching occured. When a channel switching |
642 * occurs, pending MAC transmissions (RTS, CTS, DATA and ACK) are cancelled. |
642 * occurs, pending MAC transmissions (RTS, CTS, DATA and ACK) are cancelled. |
643 */ |
643 */ |
644 void NotifySwitchingStartNow (Time duration); |
644 void NotifySwitchingStartNow (Time duration); |
645 /** |
645 /** |
|
646 * This method is typically invoked by the PhyMacLowListener to notify |
|
647 * the MAC layer that the device has been put into sleep mode. When the device is put |
|
648 * into sleep mode, pending MAC transmissions (RTS, CTS, DATA and ACK) are cancelled. |
|
649 */ |
|
650 void NotifySleepNow (void); |
|
651 /** |
646 * \param respHdr Add block ack response from originator (action |
652 * \param respHdr Add block ack response from originator (action |
647 * frame). |
653 * frame). |
648 * \param originator Address of peer station involved in block ack |
654 * \param originator Address of peer station involved in block ack |
649 * mechanism. |
655 * mechanism. |
650 * \param startingSeq Sequence number of the first MPDU of all |
656 * \param startingSeq Sequence number of the first MPDU of all |