mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-28 17:42:31 +00:00
Wifi 11988 (#752)
* Uncommented apnos.py and openwrt_ctl.py to prevent quali reservations from failing * Made changes to get_config.py to support new lab_info.json Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> * Made changes to get_config.py to support new lab_info.json Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> * Made changes to get_config.py to support new lab_info.json Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> * Made changes to get_config.py to support new lab_info.json Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> Signed-off-by: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com>
This commit is contained in:
@@ -71,9 +71,9 @@ def main():
|
||||
#Hard coded values
|
||||
if ap_config["lan_port"]=="N/A":
|
||||
ap_config["lan_port"]= None
|
||||
if ap_config['mode']=="Wifi5":
|
||||
if ap_config['mode'] in ["Wifi5","Wifi6"]:
|
||||
ap_config["supported_bands"] = ["2G","5G"]
|
||||
elif ap_config['mode']=="Wifi6":
|
||||
elif ap_config['mode']=="Wifi6E":
|
||||
ap_config["supported_bands"] = ["2G","5G","6G"]
|
||||
ap_config["supported_modes"] = ["BRIDGE","NAT","VLAN"]
|
||||
ap_config["ssid"] = {}
|
||||
|
||||
Reference in New Issue
Block a user