NED File src/inet/linklayer/ieee80211/mac/contract/IHcf.ned
Name | Type | Description |
---|---|---|
IHcf | module interface |
Interface for modules that implement the HCF (Hybrid Coordination Function) for IEEE 802.11. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.contract; // // Interface for modules that implement the HCF (Hybrid Coordination Function) // for IEEE 802.11. // moduleinterface IHcf { parameters: @display("i=block/layer"); }