Skip to content

Commit

Permalink
Update NetworkManagerRDKProxy.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
karuna2git authored Nov 26, 2024
1 parent f4a4476 commit e9b0b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NetworkManagerRDKProxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,7 @@ const string CIDR_PREFIXES[CIDR_NETMASK_IP_LEN+1] = {
if (signalStrengthOut == 0)
{
quality = WIFI_SIGNAL_DISCONNECTED;
signalStrength = "0";
}
else if (signalStrengthOut >= signalStrengthThresholdExcellent && signalStrengthOut < 0)
{
Expand Down

0 comments on commit e9b0b0c

Please sign in to comment.