Package dpkt :: Module ieee80211 :: Class IEEE80211
[hide private]
[frames] | no frames]

Class IEEE80211

source code

 object --+    
          |    
dpkt.Packet --+
              |
             IEEE80211

Nested Classes [hide private]
  RTS
  CTS
  ACK

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]
 
_get_version(self) source code
 
_set_version(self, val) source code
 
_get_type(self) source code
 
_set_type(self, val) source code
 
_get_subtype(self) source code
 
_set_subtype(self, val) source code
 
_get_to_ds(self) source code
 
_set_to_ds(self, val) source code
 
_get_from_ds(self) source code
 
_set_from_ds(self, val) source code
 
_get_more_frag(self) source code
 
_set_more_frag(self, val) source code
 
_get_retry(self) source code
 
_set_retry(self, val) source code
 
_get_pwr_mgt(self) source code
 
_set_pwr_mgt(self, val) source code
 
_get_more_data(self) source code
 
_set_more_data(self, val) source code
 
_get_wep(self) source code
 
_set_wep(self, val) source code
 
_get_order(self) source code
 
_set_order(self, val) source code
 
unpack(self, buf)
Unpack packet header fields from buf, and set self.data.
source code

Inherited from dpkt.Packet: __getitem__, __init__, __len__, __repr__, __str__, pack, pack_hdr

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __hdr__ = (('framectl', 'H', 0), ('duration', 'H', 0))
  __hdr_defaults__ = {'duration': 0, 'framectl': 0}
  __hdr_fields__ = ['framectl', 'duration']
  __hdr_fmt__ = '>HH'
  __hdr_len__ = 4
Properties [hide private]
  version
  type
  subtype
  to_ds
  from_ds
  more_frag
  retry
  pwr_mgt
  more_data
  wep
  order
  data
  duration
  framectl

Inherited from object: __class__

Method Details [hide private]

unpack(self, buf)

source code 
Unpack packet header fields from buf, and set self.data.

Overrides: dpkt.Packet.unpack
(inherited documentation)

Property Details [hide private]

version

Get Method:
_get_version(self)
Set Method:
_set_version(self, val)

type

Get Method:
_get_type(self)
Set Method:
_set_type(self, val)

subtype

Get Method:
_get_subtype(self)
Set Method:
_set_subtype(self, val)

to_ds

Get Method:
_get_to_ds(self)
Set Method:
_set_to_ds(self, val)

from_ds

Get Method:
_get_from_ds(self)
Set Method:
_set_from_ds(self, val)

more_frag

Get Method:
_get_more_frag(self)
Set Method:
_set_more_frag(self, val)

retry

Get Method:
_get_retry(self)
Set Method:
_set_retry(self, val)

pwr_mgt

Get Method:
_get_pwr_mgt(self)
Set Method:
_set_pwr_mgt(self, val)

more_data

Get Method:
_get_more_data(self)
Set Method:
_set_more_data(self, val)

wep

Get Method:
_get_wep(self)
Set Method:
_set_wep(self, val)

order

Get Method:
_get_order(self)
Set Method:
_set_order(self, val)