Ieee80211PhyHeader
class(no description)
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| FieldsChunk | class | (no description) |
Known subclasses
| Name | Type | Description |
|---|---|---|
| Ieee80211DsssPhyHeader | class | (no description) |
| Ieee80211FhssPhyHeader | class | (no description) |
| Ieee80211HtPhyHeader | class | (no description) |
| Ieee80211IrPhyHeader | class | (no description) |
| Ieee80211OfdmPhyHeader | class |
The length field is a 12-bit integer indicates the number of octets in the PSDU that the MAC is currently requesting the PHY to transmit. |
| Ieee80211VhtPhyHeader | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| lengthField | B |
TODO remove this, because not all subtypes have lengthField |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
class Ieee80211PhyHeader extends FieldsChunk { // TODO remove this, because not all subtypes have lengthField B lengthField; }File: src/inet/physicallayer/wireless/ieee80211/packetlevel/Ieee80211PhyHeader.msg