Package: inet.linklayer.ieee80211.mac.channelaccess
Hcca
simple moduleImplements HCCA (Hybrid Coordination Function Controlled Channel Access) for IEEE 802.11.
IMPORTANT: This module is currently a placeholder. INET currently does not implement HCCA.
Used in compound modules
Name | Type | Description |
---|---|---|
Hcf | compound module |
Implements the HCF (Hybrid Coordination Function) for IEEE 802.11. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/star |
Source code
// // Implements HCCA (Hybrid Coordination Function Controlled Channel Access) // for IEEE 802.11. // // IMPORTANT: This module is currently a placeholder. INET currently does not // implement HCCA. // simple Hcca { parameters: @display("i=block/star"); }File: src/inet/linklayer/ieee80211/mac/channelaccess/Hcca.ned