From 51726b20b388b94783a1df6dbf558687a361e45d Mon Sep 17 00:00:00 2001 From: dutta-rohan <94938704+dutta-rohan@users.noreply.github.com> Date: Sat, 17 Dec 2022 11:05:38 -0800 Subject: [PATCH] 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> --- .quali/get_configuration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.quali/get_configuration.py b/.quali/get_configuration.py index 3730152c8..5c60a436f 100644 --- a/.quali/get_configuration.py +++ b/.quali/get_configuration.py @@ -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"] = {}