From ebb516a9b8db570188d833ec75907d225d05f2d1 Mon Sep 17 00:00:00 2001 From: jitendra-kushavah Date: Fri, 23 May 2025 15:46:40 +0530 Subject: [PATCH] Added use-owe and be320-enable flags Signed-off-by: jitendra-kushavah --- py-json/LANforge/add_sta.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/py-json/LANforge/add_sta.py b/py-json/LANforge/add_sta.py index c22e4548..82815600 100644 --- a/py-json/LANforge/add_sta.py +++ b/py-json/LANforge/add_sta.py @@ -33,7 +33,9 @@ add_sta_flags = { "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 "use-wpa3" : 0x10000000000, # Enable WPA-3 (SAE Personal) mode. - "use-bss-transition" : 0x80000000000 # Enable BSS transition. + "use-bss-transition" : 0x80000000000, # Enable BSS transition. + "use-owe" : 0x2000000000000, # Enable OWE + "be320-enable" : 0x4000000000000 # Enable 320Mhz mode. } add_sta_modes = { "AUTO" : 0, # 802.11g