realm: added debug, var_time: added mode and BSSID connection to stations

This commit is contained in:
Dipti
2020-12-16 09:43:24 -08:00
parent b115c45f95
commit b599085286
2 changed files with 32 additions and 3 deletions

View File

@@ -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_]