Hcca.ned

NED File src/inet/linklayer/ieee80211/mac/channelaccess/Hcca.ned

Name Type Description
Hcca simple module

Implements HCCA (Hybrid Coordination Function Controlled Channel Access) for IEEE 802.11.

Source code

//
// Copyright (C) 2016 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.linklayer.ieee80211.mac.channelaccess;

//
// 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");
}