diff --git a/modules/wifi_show.go b/modules/wifi_show.go index ee51f35a..db1180b0 100644 --- a/modules/wifi_show.go +++ b/modules/wifi_show.go @@ -164,6 +164,7 @@ func (w *WiFiModule) doSelection() (err error, stations []*network.Station) { case "rcvd": sort.Sort(ByWiFiRcvdSorter(stations)) case "rssi": + sort.Sort(ByRSSISorter(stations)) default: sort.Sort(ByRSSISorter(stations)) }