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

Class BlockAck

source code

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

Nested Classes [hide private]

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]
 
_get_compressed(self) source code
 
_set_compressed(self, val) source code
 
_get_ack_policy(self) source code
 
_set_ack_policy(self, val) source code
 
_get_multi_tid(self) source code
 
_set_multi_tid(self, val) source code
 
_get_tid(self) source code
 
_set_tid(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__ = (('dst', '6s', '\x00\x00\x00\x00\x00\x00'), ('src', ...
  __hdr_defaults__ = {'ctl': 0, 'dst': '\x00\x00\x00\x00\x00\x00...
  __hdr_fields__ = ['dst', 'src', 'ctl', 'seq']
  __hdr_fmt__ = '>6s6sHH'
  __hdr_len__ = 16
Properties [hide private]
  compressed
  ack_policy
  multi_tid
  tid
  ctl
  data
  dst
  seq
  src

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)

Class Variable Details [hide private]

__hdr__

Value:
(('dst', '6s', '\x00\x00\x00\x00\x00\x00'),
 ('src', '6s', '\x00\x00\x00\x00\x00\x00'),
 ('ctl', 'H', 0),
 ('seq', 'H', 0))

__hdr_defaults__

Value:
{'ctl': 0,
 'dst': '\x00\x00\x00\x00\x00\x00',
 'seq': 0,
 'src': '\x00\x00\x00\x00\x00\x00'}

Property Details [hide private]

compressed

Get Method:
_get_compressed(self)
Set Method:
_set_compressed(self, val)

ack_policy

Get Method:
_get_ack_policy(self)
Set Method:
_set_ack_policy(self, val)

multi_tid

Get Method:
_get_multi_tid(self)
Set Method:
_set_multi_tid(self, val)

tid

Get Method:
_get_tid(self)
Set Method:
_set_tid(self, val)