Package: inet.linklayer.ieee80211.mac.contract
IRecipientAckPolicy
module interfaceInterface for recipient ACK policies. This policy chooses between no ACK, normal ACK and Block ACK for received frames.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
| Name | Type | Description |
|---|---|---|
| RecipientAckPolicy | simple module |
Implements the default recipient ACK policy. |
Used in compound modules
| Name | Type | Description |
|---|---|---|
| Dcf | compound module |
Implements the DCF (Distributed Coordination Function) for IEEE 802.11. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| rateSelectionModule | string |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/control |
Source code
// // Interface for recipient ACK policies. This policy chooses between // no ACK, normal ACK and Block ACK for received frames. // moduleinterface IRecipientAckPolicy { parameters: string rateSelectionModule; @display("i=block/control"); }File: src/inet/linklayer/ieee80211/mac/contract/IRecipientAckPolicy.ned