Skip to content

Commit

Permalink
Update NetworkManagerRDKProxy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
karuna2git authored Oct 8, 2024
1 parent 48d5609 commit 2dddc5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,11 +1042,7 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN] = {
memset(&param, 0, sizeof(param));

NMLOG_INFO ("StartWifiScan frequency value :%d",frequency);
NetworkManagerImplementation::currentFrequency = WIFI_FREQUENCY_WHATEVER;

if (frequency != WIFI_FREQUENCY_WHATEVER) {
NetworkManagerImplementation::currentFrequency = frequency;
}
scanForFreq = frequency;

retVal = IARM_Bus_Call(IARM_BUS_NM_SRV_MGR_NAME, IARM_BUS_WIFI_MGR_API_getAvailableSSIDsAsync, (void *)&param, sizeof(IARM_Bus_WiFiSrvMgr_SsidList_Param_t));

Expand Down

0 comments on commit 2dddc5e

Please sign in to comment.