mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
add_monitor.py: defines flags used when creating monitor port
This commit is contained in:
7
py-json/LANforge/add_monitor.py
Normal file
7
py-json/LANforge/add_monitor.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# flags relating to adding a monitor
|
||||||
|
flags = {
|
||||||
|
"disable_ht40" : 0x800,
|
||||||
|
"disable_ht80" : 0x8000000,
|
||||||
|
"ht160_enable" : 0x100000000,
|
||||||
|
}
|
||||||
|
default_flags_mask = 0xFFFFFFFFFFFF
|
||||||
Reference in New Issue
Block a user