In the merged PR associated with this bug: https://github.com/CanonicalLtd/UCWifiConnect/issues/4
... I incorrectly checked the length of "APs", where I should have checked len of "aps". At that point APs is always len zero, causing immediate return from function, so the ssids.go function getAccessPoints() stopped returning access point ssids.
In the merged PR associated with this bug: https://github.com/CanonicalLtd/UCWifiConnect/issues/4 ... I incorrectly checked the length of "APs", where I should have checked len of "aps". At that point APs is always len zero, causing immediate return from function, so the ssids.go function getAccessPoints() stopped returning access point ssids.