Class: PacketGen::Header::Dot11::ReAssoReq
Overview
IEEE 802.11 ReAssociation Request frame
Specialize Management with subtype set to 2.
Add fields:
-
AssoReq#cap (
BinStruct::Int16le), -
AssoReq#listen_interval (
BinStruct::Int16le),
Instance Attribute Summary collapse
Attributes inherited from AssoReq
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
Instance Attribute Details
#current_ap ⇒ Eth::MAcAddr
81 |
# File 'lib/packetgen/header/dot11/sub_mngt.rb', line 81 define_attr_before :elements, :current_ap, Eth::MacAddr |