Class: PacketGen::Header::Dot11::ReAssoResp
Overview
IEEE 802.11 ReAssociation Response frame
Specialize Management with subtype
set to 3.
Add fields:
-
AssoResp#cap (
BinStruct::Int16le
), -
AssoResp#status (
BinStruct::Int16le
), -
AssoResp#aid (
BinStruct::Int16le
).
Instance Attribute Summary
Attributes inherited from AssoResp
Method Summary
Methods inherited from SubMngt
Methods inherited from Base
bind, calculate_and_set_length, #header_id, inherited, #initialize, #ip_header, #ll_header
Methods included from PacketGen::Headerable
#added_to_packet, included, #method_name, #packet, #packet=, #parse?, #protocol_name, #read, #to_s
Constructor Details
This class inherits a constructor from PacketGen::Header::Base