Skip to content

Commit

Permalink
Update NetworkManagerRDKProxy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathika authored and parvathinew committed Sep 3, 2024
1 parent 431f0c9 commit 576f98c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ namespace WPEFramework
}
void NetworkManagerImplementation::threadEventRegistration()
{
IARM_Result_t res = IARM_RESULT_SUCCESS;
IARM_Result_t retVal = IARM_RESULT_SUCCESS;
do
{
Expand Down Expand Up @@ -1216,7 +1215,7 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN] = {
if (!signalStrength.empty())
{
signalStrengthOut = std::stof(signalStrength.c_str());
NMLOG_INFO ("WiFiSignalStrength in dB = %s",signalStrengthOut);
NMLOG_INFO ("WiFiSignalStrength in dB = %f",signalStrengthOut);
}

if (signalStrengthOut == 0)
Expand Down Expand Up @@ -1311,7 +1310,6 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN] = {
{
LOG_ENTRY_FUNCTION();
uint32_t rc = Core::ERROR_RPC_CALL_FAILED;
IARM_Result_t retVal = IARM_RESULT_SUCCESS;
IARM_Bus_WiFiSrvMgr_Param_t param;
memset(&param, 0, sizeof(param));

Expand Down

0 comments on commit 576f98c

Please sign in to comment.