mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 04:07:52 +00:00
9800 decipher advanced command
This commit is contained in:
@@ -544,6 +544,7 @@ def main():
|
|||||||
|
|
||||||
ch_count = cc_ch.count(",")
|
ch_count = cc_ch.count(",")
|
||||||
cc_bw = m.group(2)
|
cc_bw = m.group(2)
|
||||||
|
print("group 1: {} 2: {} 3: {} 4: {} 5: {} ".format(m.group(1),m.group(2),m.group(3),m.group(4),m.group(5)))
|
||||||
break
|
break
|
||||||
|
|
||||||
if (cc_dbm == ""):
|
if (cc_dbm == ""):
|
||||||
@@ -581,6 +582,7 @@ def main():
|
|||||||
|
|
||||||
ch_count = cc_ch.count(",")
|
ch_count = cc_ch.count(",")
|
||||||
cc_bw = 20 * (ch_count + 1)
|
cc_bw = 20 * (ch_count + 1)
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
if (cc_dbm == ""):
|
if (cc_dbm == ""):
|
||||||
|
|||||||
Reference in New Issue
Block a user