MCPcopy Create free account
hub / github.com/secdev/scapy / BSSTerminationDuration

Class BSSTerminationDuration

scapy/layers/dot11.py:1728–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726
1727
1728class BSSTerminationDuration(Packet):
1729 name = "BSS Termination Duration"
1730 fields_desc = [
1731 ByteField("id", 4),
1732 ByteField("len", 10),
1733 LELongField("TSF", 0),
1734 LEShortField("duration", 0)
1735 ]
1736
1737 def extract_padding(self, s):
1738 return "", s
1739
1740
1741class NeighborReport(Packet):

Callers 1

Dot11BSSTMRequestClass · 0.85

Calls 3

ByteFieldClass · 0.90
LELongFieldClass · 0.90
LEShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…