new: parsing BLE appearance field

This commit is contained in:
evilsocket 2019-02-14 14:13:19 +01:00
commit 9a76645a1c
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
260 changed files with 35331 additions and 71922 deletions

View file

@ -334,8 +334,8 @@ func (mod *WiFiModule) ShowWPS(bssid string) (err error) {
ssid := ops.Ternary(station.ESSID() == "<hidden>", tui.Dim(station.ESSID()), station.ESSID()).(string)
rows := [][]string{
[]string{tui.Green("essid"), ssid},
[]string{tui.Green("bssid"), station.BSSID()},
{tui.Green("essid"), ssid},
{tui.Green("bssid"), station.BSSID()},
}
keys := []string{}