mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lfcli_base.py: adds constant text for help on mode settings
This commit is contained in:
@@ -472,4 +472,21 @@ class LFCliBase:
|
||||
}
|
||||
self.json_post("/cli-json/add_event", data, debug_=debug_)
|
||||
|
||||
Help_Mode = """Station WiFi modes: use the number value below:
|
||||
auto : 0,
|
||||
a : 1,
|
||||
b : 2,
|
||||
g : 3,
|
||||
abg : 4,
|
||||
abgn : 5,
|
||||
bgn : 6,
|
||||
bg : 7,
|
||||
abgnAC : 8,
|
||||
anAC : 9,
|
||||
an : 10,
|
||||
bgnAC : 11,
|
||||
abgnAX : 12,
|
||||
bgnAX : 13
|
||||
"""
|
||||
|
||||
# ~class
|
||||
|
||||
Reference in New Issue
Block a user