File: NetworkInterfaces/MF80211/macLayer/Mac80211Pkt.msg
Defines all fields of an 802.11 MAC frame
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
MacPkt | A basic MAC (Media Access Control) packet format definition |
Name | Type | Description |
---|---|---|
address3 | int | |
address4 | int | |
duration | double | |
fragmentation | int | part of the Frame Control field |
informationDS | int | part of the Frame Control field |
sequenceControl | int |
message Mac80211Pkt extends MacPkt { fields: int address3; int address4; double duration; int fragmentation; //part of the Frame Control field int informationDS; //part of the Frame Control field int sequenceControl; };