Well was itchy to see if this solves my problem instead of doing to tomorrow or so. And to be honest without reliable connectivity the Vero is usless anyway at the moment.
Did the following:
sudo apt-get install --reinstall wpasupplicant=2:2.4-1+deb9u3
Reboot, Vero joined 5GHz Wifi. Logged in, journalctl -f and 30 mins later Wifi connection was gone.
Issue wasn’t even logged, so something probably crashed, power cycled the box. Didn’t talk to any other AP in the mesh, so that can be ruled out as well.
Rolling back one more version, which is identical to what has been on the system before I updated:
wget https://snapshot.debian.org/archive/debian/20180824T204416Z/pool/main/w/wpa/wpasupplicant_2.4-1%2Bdeb9u2_armhf.deb
sudo dpkg -i wpasupplicant_2.4-1+deb9u2_armhf.deb
That brings up a question? Is there a more proper way to do it, if a version is not avaialble via apt-get? I mean simple overwriting is ok here, but still.
Rinse, wash, repeat… Didn’t even join 5GHz initially sigh, rebooted once more. On 5GHz now. Time to wait, oh was lucky happened very quickly this time:
May 28 23:18:09 Vero kernel: CFG80211-ERROR) wl_is_linkdown : Link down Reason : WLC_E_DISASSOC_IND
This is the line in the logs where it begins, wpasupplicant errors are logged usually later. This time erorr 34, which is again total bullshit (excessive number of frames). Basically wpasupplicant just logs various disassociation errors that are typical poor signals, but the signal is strong. So this is just a symptom. The root cause must be something else.
And went from 5GHz to the 2.4GHz this time (still wrong and never happened before), instead of losing network connection completly. So just a variation.
Anyway, means we can rule wpasupplicant out here.
So back to the current version:
sudo apt-get dist-upgrade
Any other suggestion? Driver changed maybe? Something else related that could be involved? As said, absolutely nothing beside the Vero Update changed and the problems begin within an hour of the reboot after updating.
Willing to try out more before re-install the box completly with the December image, which is the last known good for me at this moment.