CanonicalLtd / UCWifiConnect

The code of this project has been moved to https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-connect
GNU General Public License v3.0
2 stars 2 forks source link

ssids not reported after merge #7

Closed knitzsche closed 7 years ago

knitzsche commented 7 years ago

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.