mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Changed use_wpa2 to use_security function
This commit is contained in:
@@ -44,8 +44,7 @@ class IPv6Test(LFCliBase):
|
||||
self.station_profile.mode = 0
|
||||
|
||||
def build(self):
|
||||
if self.security == "wpa2":
|
||||
self.station_profile.use_wpa2(True, self.ssid, self.password)
|
||||
self.station_profile.use_security(self.security, self.ssid, self.password)
|
||||
self.profile.set_number_template(self.prefix)
|
||||
print("Creating stations")
|
||||
self.profile.set_command_flag("add_sta", "create_admin_down", 1)
|
||||
|
||||
Reference in New Issue
Block a user