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:
dutta-rohan
2022-12-17 11:05:38 -08:00
committed by GitHub
parent 7daf623fd4
commit 51726b20b3

View File

@@ -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"] = {}