CnMaestro Wifi Analyzer Tool

We use cnMaestro at our company and when viewing an R201P router in the Wi-Fi Analyzer Tool it shows a "Signal" column with a percentage. What does that percentage indicate? In practice it seems like the lower that percentage is, the higher the interference, which seems counter intuitive. What can I discern from this? Example attached.

1 Like

Hi jgpurcell92

The signal column shows average percentage of signal strength (quality) by the use of RSSI .

       1 . if (Rssi >= -50) then  Rssi_Quality = 100 %

       2.  if (Rssi >= -80)     between -50 ~ -80dbm then Rssi_Quality = (24 + ((Rssi + 80) * 26)/10) %;

       3.  if (Rssi >= -90)    between -80 ~ -90dbm  then Rssi_Quality = (((Rssi + 90) * 26)/10) %;

in other cases it will show Rssi_Quality = 0 %