VintageNetWiFi.Utils.dbm_to_percent

You're seeing just the function dbm_to_percent, go back to VintageNetWiFi.Utils module for more information.
Link to this function

dbm_to_percent(dbm, best_dbm, worst_dbm)

View Source

Specs

dbm_to_percent(number(), number(), number()) :: 1..100

Convert power in dBm to a percent

The returned percentage is intended to shown to users like to show a number of bars or some kind of signal strength.

See Displaying Associated and Scanned Signal Levels.