Search found 5 matches

by Sebastian Waschik
31 Oct 2016 21:46
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 26158

Re: Allow trigger for changed bssid

Hello, sorry, I had not time to test earlier. Today I tested with EAP version 1.33.0-dev again with a Flow with "WLAN verbunden" with log writing and debug dialog. I see the indent but it seems not to be triggered. Maybe I used the wrong trigger. Because there should not flows from development versi...
by Sebastian Waschik
27 Oct 2016 00:39
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 26158

Re: Allow trigger for changed bssid

Thank you. I will test that. So I hope my "problem" is solved. I will now try something with 'newState = getParcelableAsString("newState"); if (newState == "COMPLETED") { ...} '. I have to check for the newState. Otherwise I get multiple triggers. Maybe ASSOCIATED is better. There is also FOUR_WAY_H...
by Sebastian Waschik
26 Oct 2016 00:23
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 26158

Re: Allow trigger for changed bssid

The log is actually useless: 26.10.2016 00:25:04.130 Debug Log active 26.10.2016 00:46:29.661 Debug Log inactive I have three access points. A with 2.4 and 5 GHz (with bsids <MAC_A1> and <MAC_A2>), B 2.4 GHz (with bssid <MAC_B>) and C 2.4 GHz (with bssid <MAC_C>) My phone was connected to A. I walke...
by Sebastian Waschik
24 Oct 2016 19:15
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 26158

Re: Allow trigger for changed bssid

Thanks for you answer. But my problem is that I will not get a trigger when Wifi is changed. I think the wifi connected (German: "WLAN Verbunden: Alle SSIDs") is only triggered if the phone was not connected to any phone before. I think for many usecases this makes sense. But I like to trigger a wif...
by Sebastian Waschik
24 Oct 2016 07:17
Forum: Feature Requests
Topic: Allow trigger for changed bssid
Replies: 8
Views: 26158

Allow trigger for changed bssid

Hello, I do not find a trigger for connecting to a different wifi bssid but with the same ssid. In the forum I find only topics using a periodic timer (" German:wlan gebiete durch Mac Adresse trennen "). If I use the connect to wlan it will only trigger if I was not previously connected to the same ...