RetroArch/wifi/drivers
H. İbrahim Güngör 9ec8781a2a wifi: fix parsing of connmanctl output
`connmanctl services` output is something like this:

```
Δ connmanctl services
    NetMASTER Uydunet-N4832 wifi_742f68cd1f13_4e65744d415354455220557964756e65742d4e34383332_managed_psk
    DIRECT-Dn-Android_d703 wifi_742f68cd1f13_4449524543542d446e2d416e64726f69645f64373033_managed_psk
    PS4-8E777390BB63     wifi_742f68cd1f13_5053342d384537373733393042423633_managed_psk
```

So, instead of assuming the SSID length, just split the lines by space
character, and treat the last item as the unique id.

Updates libretro/Lakka#538
2016-11-21 23:39:09 +03:00
..
connmanctl.c wifi: fix parsing of connmanctl output 2016-11-21 23:39:09 +03:00
nullwifi.c Add missing copyright mention on some files 2016-10-27 18:17:43 +02:00