Hi JH,
On 8/23/19 1:06 AM, JH wrote:
Hi,
In wifi.config set up, how can the WiFi name with white space, using
quotes? Also, the Passphrase is clear text, can the connman accepts
Passphrase be hashed or some encypted method?
Name = My Home Wifi
This should work. Spaces between the words is no issue. IIRC, it get's
more tricky if you wifi name starts or ends in whitespaces. ConnMan uses
g_key_file_get_string to parse the config files. So we are limited what
this function is able to provide:
https://developer.gnome.org/glib/stable/glib-Key-value-file-parser.html#g...
Thanks,
Daniel