mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
- only bss-transition will be set here
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
committed by
Sushant Bawiskar
parent
61a7d305df
commit
16dd7439bf
@@ -62,8 +62,8 @@ class client_connect(Realm):
|
||||
self.station_profile.use_security(self.security, self.ssid, self.paswd)
|
||||
|
||||
if self.bss_trans:
|
||||
self.station_profile.desired_add_sta_flags.append("use-bss-transition")
|
||||
self.station_profile.desired_add_sta_flags_mask.append("use-bss-transition")
|
||||
self.station_profile.desired_add_sta_flags = ["use-bss-transition"]
|
||||
self.station_profile.desired_add_sta_flags_mask = ["use-bss-transition"]
|
||||
|
||||
for station_name in range(len(station_)):
|
||||
stat_list = []
|
||||
|
||||
Reference in New Issue
Block a user