mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
- added use-bss-transition flag
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
@@ -33,6 +33,7 @@ add_sta_flags = {
|
|||||||
"no-supp-op-class-ie" : 0x4000000000, # Do not include supported-oper-class-IE in assoc requests. May work around AP bugs.
|
"no-supp-op-class-ie" : 0x4000000000, # Do not include supported-oper-class-IE in assoc requests. May work around AP bugs.
|
||||||
"txo-enable" : 0x8000000000, # Enable/disable tx-offloads, typically managed by set_wifi_txo command
|
"txo-enable" : 0x8000000000, # Enable/disable tx-offloads, typically managed by set_wifi_txo command
|
||||||
"use-wpa3" : 0x10000000000, # Enable WPA-3 (SAE Personal) mode.
|
"use-wpa3" : 0x10000000000, # Enable WPA-3 (SAE Personal) mode.
|
||||||
|
"use-bss-transition" : 0x80000000000 # Enable BSS transition.
|
||||||
}
|
}
|
||||||
add_sta_modes = {
|
add_sta_modes = {
|
||||||
"AUTO" : 0, # 802.11g
|
"AUTO" : 0, # 802.11g
|
||||||
|
|||||||
Reference in New Issue
Block a user