n76 / DejaVu

Yet another network location backend for the UnifiedNLP/microG project
GNU General Public License v3.0
100 stars 18 forks source link

5GHz WLAN #31

Open sibrat opened 4 years ago

sibrat commented 4 years ago

subj not collected by this backend: database lacks any wifi records other than "WLAN_24GHZ". also there is no traces from known 5GHz access points (no ssid nor bssid)

n76 commented 4 years ago

I don't, at present, have access to a phone new enough to support 5G WLAN. Would you be willing to work with me by installing special test builds and sending me logging information? It might be a rather slow process. . .

ale5000-git commented 4 years ago

@n76: Galaxy S2 is a very old phone but with LineageOS it can connect to 5Ghz WLANs also better than new phones. I can help if needed.

n76 commented 4 years ago

@ale5000-git Thanks!

I've just placed a debug build at https://cloud.fitchfamily.org/index.php/s/4L23XRZ62PQwwBt all it does is add a Log.d just after the detection of 2.4 vs 5 GHz with the value and the data used to make the determination. You can watch for it with: adb logcat | grep 'DejaVu Backend: rfType='

n76 commented 4 years ago

@ale5000-git Can't really test it on my phone, but based on re-reading the WLAN ScanResult documentation, I've got a revised detection for 2.4 vs 5 GHz at: https://cloud.fitchfamily.org/index.php/s/eo7xtAw7mpfXFqc It has the same Log.d as the earlier debug build. So if you could check to see if this fixes the issue it would be great. If it doesn't fix the issue the the logcat would assist me.

ale5000-git commented 4 years ago

@n76: I don't get any entry with rfType. Can you please add more log messages to see where the problem start? (I'm on Nougat)

[ 07-26 19:48:42.640  6923: 6945 D/NlpLocBackendHelper ]
Binding to: Intent { act=org.microg.nlp.LOCATION_BACKEND pkg=org.fitchfamily.android.dejavu cmp=org.fitchfamily.android.dejavu/.BackendService }

[ 07-26 19:48:42.656  6923: 6923 D/NlpLocBackendHelper ]
Bound to: ComponentInfo{org.fitchfamily.android.dejavu/org.fitchfamily.android.dejavu.BackendService}

[ 07-26 19:48:42.656  8125: 8141 D/DejaVu Backend ]
onOpen() entry.

[ 07-26 19:48:42.660  8125: 8125 D/DejaVu GpsMonitor ]
onCreate()

[ 07-26 19:48:42.668  8125: 8125 D/DejaVu GpsMonitor ]
GpsMonitor onBind() entry.

[ 07-26 19:48:42.669  8125: 8125 D/DejaVu Backend ]
mConnection.onServiceConnected()

[ 07-26 19:36:10.212  2366: 2569 I/ActivityManager ]
Start proc 7422:org.fitchfamily.android.dejavu/u0a155 for service org.fitchfamily.android.dejavu/.BackendService

[ 07-26 19:36:10.474  2366: 5035 I/ActivityManager ]
START u0 {cmp=org.fitchfamily.android.dejavu/org.microg.nlp.api.MPermissionHelperActivity (has extras)} from uid 10191 on display 0
n76 commented 4 years ago

That looks like the normal start up set of logs. Have you used the backend before (i.e. has it built a database)? If not, then using an app like SatStat, OsmAnd, etc. with location set to high accuracy should start populating the database and generating those rfType messages.

ale5000-git commented 4 years ago

@n76: I had to reset it for the signature mismatch.

Now I get it with SatStat:

rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -77, frequency: 2417, timestamp: 160335867346, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160275790243, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160275790248, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -82, frequency: 2417, timestamp: 160440648459, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -84, frequency: 2462, timestamp: 160433594282, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160433594277, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -74, frequency: 2417, timestamp: 160445272938, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160445272953, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160450273787, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160450273807, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160450273815, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -77, frequency: 2417, timestamp: 160455260845, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160450273807, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160450273815, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160460263569, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160460263584, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -76, frequency: 2417, timestamp: 160465263436, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160460263584, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -74, frequency: 2417, timestamp: 160470264275, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -83, frequency: 2422, timestamp: 160470264287, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -79, frequency: 2417, timestamp: 160475277451, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -82, frequency: 2422, timestamp: 160475277467, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160479915643, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2422, timestamp: 160479915664, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -81, frequency: 2417, timestamp: 160485316935, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -85, frequency: 2422, timestamp: 160485316953, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2437, timestamp: 160485316964, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: WiFi-Geometri, BSSID: 04:18:d6:95:a6:4d, capabilities: [WPA2-PSK-CCMP][ESS], level: -91, frequency: 2462, timestamp: 160485316974, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -86, frequency: 2417, timestamp: 160490301102, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -82, frequency: 2422, timestamp: 160490301126, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -83, frequency: 2437, timestamp: 160490301135, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: WiFi-Geometri, BSSID: 04:18:d6:95:a6:4d, capabilities: [WPA2-PSK-CCMP][ESS], level: -91, frequency: 2462, timestamp: 160485316974, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -81, frequency: 2437, timestamp: 160490301147, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: DocentiBelluzzi, BSSID: 06:18:d6:95:a6:4d, capabilities: [ESS], level: -91, frequency: 2462, timestamp: 160490301154, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -81, frequency: 2417, timestamp: 160495249726, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -85, frequency: 2422, timestamp: 160495249739, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2437, timestamp: 160495249748, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -84, frequency: 2437, timestamp: 160495249755, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: DocentiBelluzzi, BSSID: 06:18:d6:95:a6:4d, capabilities: [ESS], level: -91, frequency: 2462, timestamp: 160490301154, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_5GHZ, ScanResult=SSID: TIM-18586197, BSSID: a6:91:b1:1b:9a:5e, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 5540, timestamp: 160495249764, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 2, centerFreq0: 5530, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -82, frequency: 2417, timestamp: 160500285625, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -82, frequency: 2422, timestamp: 160500285637, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2437, timestamp: 160500285646, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -84, frequency: 2437, timestamp: 160495249755, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: DocentiBelluzzi, BSSID: 06:18:d6:95:a6:4d, capabilities: [ESS], level: -93, frequency: 2462, timestamp: 160500285654, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_5GHZ, ScanResult=SSID: TIM-18586197, BSSID: a6:91:b1:1b:9a:5e, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 5540, timestamp: 160495249764, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 2, centerFreq0: 5530, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -79, frequency: 2417, timestamp: 160505276690, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -82, frequency: 2422, timestamp: 160505276709, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2437, timestamp: 160505276719, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: DocentiBelluzzi, BSSID: 06:18:d6:95:a6:4d, capabilities: [ESS], level: -93, frequency: 2462, timestamp: 160500285654, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -81, frequency: 2417, timestamp: 160510245183, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2422, timestamp: 160510245197, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2437, timestamp: 160505276719, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160515262835, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Infostrada-F125D6, BSSID: 5c:6a:80:f1:25:d6, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2422, timestamp: 160510245197, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -80, frequency: 2462, timestamp: 160515262850, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160515262860, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160520263480, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -92, frequency: 2462, timestamp: 160520263500, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -80, frequency: 2462, timestamp: 160520263494, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -58, frequency: 2417, timestamp: 160525263026, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -83, frequency: 2462, timestamp: 160525263053, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160525263047, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -62, frequency: 2417, timestamp: 160530250871, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -69, frequency: 2462, timestamp: 160530250890, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160530250896, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -63, frequency: 2417, timestamp: 160535374810, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -69, frequency: 2462, timestamp: 160530250890, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160530250896, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -64, frequency: 2417, timestamp: 160540154212, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -66, frequency: 2417, timestamp: 160544763546, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160544763565, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -92, frequency: 2462, timestamp: 160544763570, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -90, frequency: 2437, timestamp: 160544763560, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160549564108, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160549564130, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -92, frequency: 2462, timestamp: 160544763570, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -90, frequency: 2437, timestamp: 160544763560, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -76, frequency: 2417, timestamp: 160554541356, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160554541376, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -90, frequency: 2437, timestamp: 160554541371, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160559681672, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160554541376, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -90, frequency: 2437, timestamp: 160559681685, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -84, frequency: 2462, timestamp: 160559681692, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160564854755, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160564854765, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: , BSSID: fa:8f:ca:66:c5:3b, capabilities: [ESS], level: -90, frequency: 2437, timestamp: 160559681685, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160564854771, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -75, frequency: 2417, timestamp: 160569954640, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -91, frequency: 2462, timestamp: 160569954655, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160569954650, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160574994241, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160574994262, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160574994256, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160580025230, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160574994262, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160580025240, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160585044082, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160585044107, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160585044095, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -72, frequency: 2417, timestamp: 160590073026, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160590073055, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160590073046, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160595108293, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160595108312, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160595108306, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160600155208, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160600155232, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160600155225, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -68, frequency: 2417, timestamp: 160605198205, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160605198221, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160605198214, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160610244847, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -91, frequency: 2462, timestamp: 160610244865, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160610244859, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160615253869, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160615253882, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160615253877, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160620265962, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160620265990, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160620265985, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -91, frequency: 2437, timestamp: 160620265978, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160625261450, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160625261476, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160625261470, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Vodafone-34231415, BSSID: 64:59:f8:c7:c0:f8, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -91, frequency: 2437, timestamp: 160620265978, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160630249134, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160630249160, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160630249152, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160634896545, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160630249160, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160634896564, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160639817483, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160639817496, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160644890987, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160644891005, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160644891016, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160649933955, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160649933979, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -91, frequency: 2462, timestamp: 160649933994, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160655019855, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160655019870, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160655019878, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160660067120, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160660067138, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160660067148, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160665109079, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160665109105, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160665109117, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160670129035, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160670129050, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160670129062, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160675192168, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160675192195, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160675192184, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160680245893, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160680245910, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160680245923, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160685334923, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160685334932, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160685334990, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160690373348, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160690373371, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160690373364, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160695404840, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160695404889, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160695404881, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160700442507, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160700442521, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -88, frequency: 2462, timestamp: 160695404881, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160705658639, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160705658652, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -73, frequency: 2417, timestamp: 160710737106, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -84, frequency: 2462, timestamp: 160710737121, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -91, frequency: 2462, timestamp: 160710737129, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -71, frequency: 2417, timestamp: 160715835778, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160715835804, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160715835798, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -69, frequency: 2417, timestamp: 160720941048, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -85, frequency: 2462, timestamp: 160720941065, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160720941070, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160725996363, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160725996374, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -89, frequency: 2462, timestamp: 160725996381, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160731035259, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -86, frequency: 2462, timestamp: 160731035277, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160731035271, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Pandora, BSSID: 00:16:b6:d9:ce:fa, capabilities: [WPA2-PSK-CCMP][ESS], level: -70, frequency: 2417, timestamp: 160736065501, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: a4:b1:e9:85:a4:87, capabilities: [WPA-PSK-TKIP][WPA2-PSK-CCMP][WPS][ESS], level: -83, frequency: 2462, timestamp: 160736065516, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
rfType=WLAN_24GHZ, ScanResult=SSID: Telecom-59753351, BSSID: f8:1a:67:82:e6:99, capabilities: [WPA-PSK-CCMP+TKIP][WPA2-PSK-CCMP+TKIP][WPS][ESS], level: -90, frequency: 2462, timestamp: 160736065524, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 0, centerFreq0: 0, centerFreq1: 0, 80211mcResponder: is not supported
n76 commented 4 years ago

Looks like it detected a 5GHz access point, I see this one in the list twice:

rfType=WLAN_5GHZ, ScanResult=SSID: TIM-18586197, BSSID: a6:91:b1:1b:9a:5e, capabilities: [WPA2-PSK-CCMP][WPS][ESS], level: -89, frequency: 5540, timestamp: 160495249764, distance: ?(cm), distanceSd: ?(cm), passpoint: no, ChannelBandwidth: 2, centerFreq0: 5530, centerFreq1: 0, 80211mcResponder: is not supported

So now I am confused: The released code should still have detected this. Are there 5GHz WLAN/WiFi signals being detected that are not give in the ScanResults because of some scan setting, etc.? So should the issue be closed or not?

Interesting that centerFreq0 and frequency fields are both set. I was under the impression from the documentation that it might not be the case.

Also interesting that you've got fields for distance and distanceSD. That would make the back end much more accurate if I could use those if values were defined but they aren't in the WiFi ScanResult documentation. I think I'd need to use the WifiRttManager but I haven't a phone that supports that to develop and test it.

ale5000-git commented 4 years ago

If you upload a file same of the release but with log messages I can test it also. About "signals being detected that are not give in the ScanResults because of some scan setting" if you add separate log messages for detections and scan results then I can test it again with all possible settings.

About WifiRttManager, I can't help now but in the future I will look at updating Galaxy S2 to Pie and then I will see if it works.

ale5000-git commented 4 years ago

Here it explain how to calculate distance.

n76 commented 4 years ago

If you upload a file same of the release but with log messages I can test it also. About "signals being detected that are not give in the ScanResults because of some scan setting" if you add separate log messages for detections and scan results then I can test it again with all possible settings.

@ale5000-git I've released v1.1.12 and it includes the 5G WLAN logging. You can download a signed release from https://github.com/n76/DejaVu/releases/tag/v1.1.12

However I haven't figured out how to do verified builds so the signature on it will not match with F-Droid's. If you are using the F-Droid version and want to retain your database then you may wish to wait for F-Droid to pick up this release.

sibrat commented 4 years ago

As i can see in output of logcat DejaVu Backend can detect 5Ghz APs perfectly but anyway it does not write them into database for some reason (and therefore does not use it)

Helium314 commented 4 years ago

I have 4 entries of 5 GHz APs in the database, but they never change no matter what I try. So maybe 5 GHz entries are only written under special conditions, or my entries were made by some older version of DejaVu and an update later removed the capability of writing 5 GHz entries.

Edit: I just tried older versions of DejaVu. In 1.1.7, 5 GHz APs are still written, while in 1.1.8 they are not. Trust of 5 GHz APs quickly decreases after upgrade from 1.1.7 to 1.1.8 (rfType of the 5 GHz APs is WLAN_24GHZ). So my 5 GHz APs are apparently not leftovers from old versions...

Lee-Carre commented 2 years ago

Apparently (according to WifiAnalyzer) 6GHz is now the latest new hotness™. Though, I've not yet encountered any 6GHz 802.11 transmitters.

thuryn commented 1 year ago

I've faced this also. Then I found, that location is not saved because of this:

if ((gpsLoc == null) || (gpsLoc.getAccuracy() > ourCharacteristics.reqdGpsAccuracy)) { return; }

gpsLocation has accuracy 25.538006 and ourCharacteristics.reqdGpsAccuracy is 10. So the question to @n76 is - is this correct?

Helium314 commented 1 year ago

Yes, it will never be saved if the accuracy is worse than reqdGpsAccuracy.

But even if the GPS accuracy is better, there's a catch: DejaVu uses a Kalman filter to determine location and accuracy for devices with bad GPS. On my device the accuracy returned by the Kalman filter almost never is better than 10 m. Even if GPS accuracy is better than 5 m, and GPS location only fluctuates within 2-3 m, it's basically impossible to get a 5 GHz WiFi into the database.