mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
realm: added debug, var_time: added mode and BSSID connection to stations
This commit is contained in:
@@ -265,7 +265,8 @@ class Realm(LFCliBase):
|
||||
if endp_name.startswith(prefix):
|
||||
self.rm_endp(endp_name)
|
||||
else:
|
||||
print("cleanup_cxe_prefix no endpoints: endp_list{}".format(endp_list) )
|
||||
if self.debug:
|
||||
print("cleanup_cxe_prefix no endpoints: endp_list{}".format(endp_list) )
|
||||
|
||||
def channel_freq(self, channel_=0):
|
||||
return self.chan_to_freq[channel_]
|
||||
|
||||
Reference in New Issue
Block a user