modified set_radio_config method

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2022-01-10 08:21:40 +05:30
parent e74cb91a78
commit 211211ba99

View File

@@ -434,17 +434,10 @@ class UProfileUtility:
def set_radio_config(self, radio_config=None, DFS = False, channel=None, bw=None):
if DFS:
self.base_profile_config["radios"].append({
"band": "2G",
"country": "US",
# "channel-mode": "HE",
"channel-width": 40,
# "channel": 11
})
self.base_profile_config["radios"].append({
"band": "5G",
"country": "US",
# "channel-mode": "HE",
"country": "CA",
"channel-mode": "VHT",
"channel-width": bw,
"channel": channel
})