mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
9ec8781a2a
`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