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

Class BlockAck

source code

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

Instance Methods [hide private]
 
unpack(self, buf)
Unpack packet header fields from buf, and set self.data.
source code

Inherited from dpkt.Packet: __bytes__, __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:
unreachable.compressed(self)
Set Method:
unreachable.compressed(self, val)

ack_policy

Get Method:
unreachable.ack_policy(self)
Set Method:
unreachable.ack_policy(self, val)

multi_tid

Get Method:
unreachable.multi_tid(self)
Set Method:
unreachable.multi_tid(self, val)

tid

Get Method:
unreachable.tid(self)
Set Method:
unreachable.tid(self, val)