mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
# flags relating to adding a monitor
|
|
flags = {
|
|
"disable_ht40": 0x800,
|
|
"disable_ht80": 0x8000000,
|
|
"ht160_enable": 0x100000000,
|
|
}
|
|
default_flags_mask = 0xFFFFFFFFFFFF
|