WifiConfig_GetCurrentNetwork function always returns RSSI value of zero (via
WifiConfig_ConnectedNetwork struct)
WifiConfig_TriggerScanAndGetScannedNetworkCount() and
WifiConfig_GetScannedNetworks() functions however, both return a valid RSSI value (via
WifiConfig_ScannedNetwork struct)
The structs WifiConfig_ScannedNetwork and
WifiConfig_ConnectedNetwork are identical, so it appears there is a problem with the
WifiConfig_GetCurrentNetwork API?
- Please advise...