wifi::frame::mgt::subtype Namespace Reference
IEEE 802.11 management frame subtypes.
More...
|
Enumerations |
enum | frame_subtype {
assoc_req = 0,
assoc_resp = 1,
reassoc_req = 2,
reassoc_resp = 3,
probe_req = 4,
probe_resp = 5,
beacon = 8,
atim = 9,
disassoc = 10,
auth = 11,
deauth = 12
} |
Detailed Description
IEEE 802.11 management frame subtypes.
Enumeration Type Documentation
IEEE 802.11 management frame subtypes.
- Enumerator:
-
assoc_req |
Association request subtype. |
assoc_resp |
Association response subtype. |
reassoc_req |
Reassociation request subtype. |
reassoc_resp |
Reassociation response subtype. |
probe_req |
Probe request subtype. |
probe_resp |
Probe response subtype. |
beacon |
Beacon frame subtype. |
atim |
ATIM frame subtype. |
disassoc |
Disassociation frame subtype. |
auth |
Authentication frame subtype. |
deauth |
De-authentication frame subtype. |