mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
added lf_sniff_radio and set_wifi_radio options
This commit is contained in:
17
py-json/LANforge/set_wifi_radio.py
Normal file
17
py-json/LANforge/set_wifi_radio.py
Normal file
@@ -0,0 +1,17 @@
|
||||
set_radio_mode = {
|
||||
"AUTO": 0,
|
||||
"802.11a": 1, # 802.11a
|
||||
"802.11b": 2, # 802.11b
|
||||
"802.11g": 3, # 802.11g
|
||||
"802.11abg": 4, # 802.11abg
|
||||
"802.11abgn": 5, # 802.11abgn
|
||||
"802.11bgn": 6, # 802.11bgn
|
||||
"802.11bg": 7, # 802.11bg
|
||||
"802.11abgnAC": 8, # 802.11abgn-AC
|
||||
"802.11anAC": 9, # 802.11an-AC
|
||||
"802.11an": 10, # 802.11an
|
||||
"802.11bgnAC": 11, # 802.11bgn-AC
|
||||
"802.11abgnAX": 12, # 802.11abgn-AX a/b/g/n/AC/AX (dual-band AX) support
|
||||
"802.11bgnAX": 13, # 802.11bgn-AX
|
||||
"802.11anAX": 14 # 802.11an-AX
|
||||
}
|
||||
Reference in New Issue
Block a user