Russell Haley <[email protected]> (2013-08-18):
> Package: debian-installer
> Severity: normal
> Tags: d-i
>
> Dear Maintainer,
>
> When attempting to install Debian Jessie over wifi, my SSID, which contains a
> comma, is shown as two seperate networks. I am unable to connect to either.
Probably the netcfg package, wireless.c:
| int netcfg_wireless_show_essids(struct debconfclient *client, struct
netcfg_interface *interface)
[…]
| /* Create list of available ESSIDs. */
| for (network = network_list.result; network; network = network->next)
{
| if (!exists_in_network_list(network_list, network)) {
| strcat(buffer, network->b.essid);
| strcat(buffer, ", ");
| }
| }
Mraw,
KiBi.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]