Namespace inet::ieee80211
LlcProtocolTag
classMarks the packet's LLC protocol NOTE: No packet field indicates the LLC protocol, it depends on the used band!
Extends
| Name | Type | Description |
|---|---|---|
| TagBase | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| protocolId | int |
Shared Tagging operations (observed)
| tagAction | module |
|---|---|
| addTagIfAbsent | Ieee80211LlcEpd, Ieee80211LlcLpd |
Source code
// // Marks the packet's LLC protocol // NOTE: No packet field indicates the LLC protocol, it depends on the used band! // class LlcProtocolTag extends TagBase { int protocolId @enum(LlcProtocolId); }File: src/inet/linklayer/ieee80211/llc/LlcProtocolTag.msg