#ap name <AP> dot11 24ghz/5ghz radio role manual client-serving added manual

This commit is contained in:
Chuck SmileyRekiere
2020-09-10 10:52:41 -06:00
parent bec9f668d1
commit 893e16ce8e

View File

@@ -95,7 +95,7 @@ def main():
choices=["a", "b", "abgn"])
parser.add_argument("--action", type=str, help="perform action",
choices=["config", "country", "ap_country", "enable", "disable", "summary", "advanced",
"cmd", "txPower", "bandwidth", "ap_channel", "channel", "show", "wlan", "enable_wlan", "delete_wlan", "wlan_qos" ])
"cmd", "txPower", "bandwidth", "manual","ap_channel", "channel", "show", "wlan", "enable_wlan", "delete_wlan", "wlan_qos" ])
parser.add_argument("--value", type=str, help="set value")
args = None