installer: Fix wifi menu crash with hidden SSIDs.
authorMathieu Othacehe <m.othacehe@gmail.com>
Wed, 29 May 2019 07:44:44 +0000 (09:44 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Wed, 29 May 2019 09:44:49 +0000 (11:44 +0200)
commit694cb8dc62f59fb67799ad4908a6b12cf7cb49a3
tree5407e94dc7626cdd43b5e8d66aaeda78902dcc4f
parent4b92dac20fbca636201a38916d65bf825d69cd7f
installer: Fix wifi menu crash with hidden SSIDs.

This fixes https://issues.guix.gnu.org/issue/35622.

* gnu/installer/connman.scm (<service>): Mention that name may be false.
* gnu/installer/newt/wifi.scm (wifi-services): Filter out wifi services
without name.

Co-authored by: Pierre Neidhardt <mail@ambrevar.xyz>
gnu/installer/connman.scm
gnu/installer/newt/wifi.scm