mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-19 11:35:06 +00:00
lf_tx_power.py : 24g only operate on the radio specified
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
7dcd52c205
commit
be3b72f681
@@ -1274,6 +1274,7 @@ def main():
|
||||
cs.ap_dot11_6ghz_shutdown()
|
||||
elif args.band == "5g":
|
||||
cs.ap_dot11_5ghz_shutdown()
|
||||
elif args.band == "24g":
|
||||
cs.ap_dot11_24ghz_shutdown()
|
||||
|
||||
if args.series == "9800":
|
||||
@@ -1288,6 +1289,7 @@ def main():
|
||||
cs.ap_dot11_6ghz_shutdown()
|
||||
elif args.band == '5g':
|
||||
cs.ap_dot11_5ghz_shutdown()
|
||||
elif args.band == '24g':
|
||||
cs.ap_dot11_24ghz_shutdown()
|
||||
|
||||
# manual
|
||||
@@ -1299,6 +1301,7 @@ def main():
|
||||
cs.ap_dot11_6ghz_radio_role_manual_client_serving()
|
||||
elif args.band == '5g':
|
||||
cs.ap_dot11_5ghz_radio_role_manual_client_serving()
|
||||
elif args.band == '24g':
|
||||
cs.ap_dot11_24ghz_radio_role_manual_client_serving()
|
||||
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user