Using single quotes instead of double to define string works
Problem solved
Le 15/03/2026 à 14:48, BESSOT Jean-Michel a écrit :
Hello
Here the thing, I need to connect to a hotspot with a space in the
nwid. So I put a \ to escape the space and it isn't taken in account.
Then I put the nwid in quote and it change of error message. I get
wpakey requires argument even there is a password.
I think it is because of special character in password. I escape the
$ and I get the same error. I quote the password and I get passphrase
must be between 8 and 63 characters. The password is good, more than 8
characters less than 63. What do I do wrong ?
Bye