NED File src/inet/linklayer/ieee80211/mac/contract/IMsduAggregationPolicy.ned
Name | Type | Description |
---|---|---|
IMsduAggregationPolicy | module interface |
Interface for MSDU 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 MSDU aggregation policies. // moduleinterface IMsduAggregationPolicy { parameters: @display("i=block/control"); }