sta_connect2: Set station_profile.sta_prefix

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-03 20:45:06 -08:00
committed by shivam
parent 08b38b5044
commit 0a3ce42238

View File

@@ -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)