Package: inet.linklayer.ieee80211.mac.recipient
RecipientQosAckPolicy
simple moduleImplements the default recipient ACK policy for QoS stations.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
Name | Type | Default value | Description |
---|---|---|---|
rateSelectionModule | string |
Properties
Name | Value | Description |
---|---|---|
display | i=block/control |
Called methods (observed)
function | info | call from |
---|---|---|
inet::ieee80211::RecipientQosAckPolicy::receiveSignal | modesetChanged | Ieee80211Mac |
Source code
// // Implements the default recipient ACK policy for QoS stations. // simple RecipientQosAckPolicy like IRecipientQosAckPolicy { parameters: string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/recipient/RecipientQosAckPolicy.ned