mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
sta_connect2: Set station_profile.sta_prefix
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -165,6 +165,7 @@ class StaConnect2(Realm):
|
||||
|
||||
# Create stations and turn dhcp on
|
||||
self.station_profile = self.new_station_profile()
|
||||
self.station_profile.sta_prefix = self.sta_prefix
|
||||
|
||||
if self.dut_security == WPA2:
|
||||
self.station_profile.use_security(security_type="wpa2", ssid=self.dut_ssid, passwd=self.dut_passwd)
|
||||
|
||||
Reference in New Issue
Block a user