|
How to set two-part ESSID as default with iwconfig, e.g. 6563 5221
The primary network in my house has an essid of 6563 5221. However the tow parts are separated by a space. So when I type for instance, when I type
iwconfig eth0 essid 6563 5221
I get
iwconfig: unknown command "5221"
of course, 5221 is not a command, it is still part of the essid, but iwconfig doesn't realize this. Should I put the essid in quotes? I thought that was a no-no. What about an underscore?
On a miscellaneous note, are there any different network configuration operations that must be applied with a network that has a hexadecimal key?
|