NED File src/inet/linklayer/ieee80211/mac/contract/IMpduAggregationPolicy.ned
Name | Type | Description |
---|---|---|
IMpduAggregationPolicy | module interface |
Interface for MPDU aggregation policies. |
Source code
// // Copyright (C) 2016 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.contract; // // Interface for MPDU aggregation policies. // moduleinterface IMpduAggregationPolicy { parameters: @display("i=block/control"); }