mirror of
https://github.com/zoriya/ags.git
synced 2026-05-28 08:58:40 +00:00
This commit is contained in:
@@ -76,7 +76,9 @@ class Wifi extends Service{
|
||||
bssid: ap.bssid,
|
||||
address: ap.hw_address,
|
||||
lastSeen: ap.last_seen,
|
||||
ssid: NM.utils_ssid_to_utf8(ap.ssid.get_data() || new Uint8Array),
|
||||
ssid: ap.ssid
|
||||
? NM.utils_ssid_to_utf8(ap.ssid.get_data() || new Uint8Array)
|
||||
: 'Unknown',
|
||||
active: ap === this._ap,
|
||||
strength: ap.strength,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user