mirror of
https://github.com/rpp0/scapy-fakeap
synced 2026-06-08 17:13:09 +00:00
Fix setup.py issue reported by Andurin
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
scapy_fakeap.egg-info/
|
||||
TODO
|
||||
pull_trees.sh
|
||||
push_trees.sh
|
||||
examples/dev.py
|
||||
*.pyc
|
||||
*.conf
|
||||
|
||||
@@ -18,10 +18,12 @@ DOT11_TYPE_MANAGEMENT = 0
|
||||
DOT11_TYPE_CONTROL = 1
|
||||
DOT11_TYPE_DATA = 2
|
||||
|
||||
DOT11_SUBTYPE_DATA = 0x00
|
||||
DOT11_SUBTYPE_PROBE_REQ = 0x04
|
||||
DOT11_SUBTYPE_AUTH_REQ = 0x0B
|
||||
DOT11_SUBTYPE_ASSOC_REQ = 0x00
|
||||
DOT11_SUBTYPE_REASSOC_REQ = 0x02
|
||||
DOT11_SUBTYPE_QOS_DATA = 0x28
|
||||
|
||||
|
||||
IFNAMSIZ = 16
|
||||
|
||||
Reference in New Issue
Block a user