mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
lf_dfs_test: Undefined variable for class
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user