mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 12:27:53 +00:00
fixed the error due to rf data being None
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -468,7 +468,7 @@ class UProfileUtility:
|
|||||||
ssid_info.append(temp)
|
ssid_info.append(temp)
|
||||||
return ssid_info
|
return ssid_info
|
||||||
|
|
||||||
def set_radio_config(self, radio_config=None, DFS=False, channel=None, bw=None):
|
def set_radio_config(self, radio_config={}, DFS=False, channel=None, bw=None):
|
||||||
base_radio_config_2g = {
|
base_radio_config_2g = {
|
||||||
"band": "2G",
|
"band": "2G",
|
||||||
"country": "CA",
|
"country": "CA",
|
||||||
|
|||||||
Reference in New Issue
Block a user