Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <akash1.kumar@samsung.com>
  • Loading branch information
akash1-kumar committed Jul 20, 2023
2 parents e280072 + 9d570fd commit 48c5c71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/platform/Tizen/WiFiManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,12 @@ void WiFiManager::_ScanFinishedCb(wifi_manager_error_e wifiErr, void * userData)

bool WiFiManager::_FoundAPOnScanCb(wifi_manager_ap_h ap, void * userData)
{
bool cbRet = true;
int wifiErr = WIFI_MANAGER_ERROR_NONE;
char * essid = nullptr;
char * bssid = nullptr;
int rssi = 0;
int freq = 0;
bool cbRet = true;
int wifiErr = WIFI_MANAGER_ERROR_NONE;
char * essid = nullptr;
char * bssid = nullptr;
int rssi = 0;
int freq = 0;

auto networkScanned = static_cast<std::vector<WiFiScanResponse> *>(userData);
std::pair<WiFiBand, int> bandInfo;
Expand Down

0 comments on commit 48c5c71

Please sign in to comment.