NED File src/inet/linklayer/ieee80211/mac/protectionmechanism/OriginatorProtectionMechanism.ned
Name | Type | Description |
---|---|---|
OriginatorProtectionMechanism | simple module | (no description) |
Source code
// // Copyright (C) 2016 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee80211.mac.protectionmechanism; simple OriginatorProtectionMechanism { parameters: string rateSelectionModule; @display("i=block/encrypt"); }