lf_dfs_test: Undefined variable for class

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-24 15:45:28 -08:00
parent b18ee0d70e
commit 6a1064c67b

View File

@@ -83,6 +83,9 @@ class CreateCtlr:
self.tx_power = _tx_power
self.cap_ctl_out = _cap_ctl_out
self.client_density = 0
self.wlan = None
self.wlanID = None
self.wlanSSID = None
def verify_controller(self, client_density):
self.client_density = client_density