mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +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)
|
||||
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 = {
|
||||
"band": "2G",
|
||||
"country": "CA",
|
||||
|
||||
Reference in New Issue
Block a user