You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
I wrote an AutoIt script on my windows laptop that uses a Powershell command "netsh wlan show interfaces" to get and display a ton of info about the current wifi connection (see example below). Is there any way that Tasker can provide this kind of thing?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Hi Terry, have you already looked at the %WIFII (WIFI Information) variable?
aa6vh
unread,
Oct 16, 2022, 11:18:47 AM10/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Also remember that certain wifii information is suppressed when location services is off. I think Android's logic is that some wifi information would give clues as to the phone's location.
Matevz Leskovsek
unread,
Oct 16, 2022, 4:56:38 PM10/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
a bit offtopic but logcat profile in tasker can be used to detect all
sorts of things so tasker can alert you when you get new connection on
hotspot and many other things if you use regex a bit and profile
logcat continuosly
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tasker
Thanks, Marcel!
%WIFII provides the piece of
info I'm interested in: BSSID (mac address). I have several access
points using the same SSID and I just want to know which one I'm
connected to.
On Sunday, October 16, 2022 at 5:51:32 AM UTC-7 Marcel wrote: