esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

Can't connect to wifi networks with spaces & special characters

Open xmagickx opened this issue 5 years ago • 4 comments

xmagickx avatar Aug 31 '19 13:08 xmagickx

I have read all the previous issues of space character... Now in the web interface of ESP repeater, I want to enter "Shyam's wifi"... But even after using %20 or \ as suggested by you @martin-gerr, it fails to connect & shows the ssid as "Shyam" only.. Please help me out...

xmagickx avatar Aug 31 '19 13:08 xmagickx

I have read all the previous issues of space character... Now in the web interface of ESP repeater, I want to enter "Shyam's wifi"... But even after using %20 or \ as suggested by you @martin-gerr, it fails to connect & shows the ssid as "Shyam" only.. Please help me out...

Use Telnet Commands. Thus, we managed to get to work with an access point that has spaces in the name. Through the web interface, too, did not work.

duts33 avatar Sep 06 '19 20:09 duts33

I have read all the previous issues of space character... Now in the web interface of ESP repeater, I want to enter "Shyam's wifi"... But even after using %20 or \ as suggested by you @martin-gerr, it fails to connect & shows the ssid as "Shyam" only.. Please help me out...

Use Telnet Commands. Thus, we managed to get to work with an access point that has spaces in the name. Through the web interface, too, did not work.

Telnet command is not accepting spaces as well. The ssid ends at the first space character.

PanagLtd avatar Dec 19 '19 21:12 PanagLtd

I use %20 to set space not in web page form but in url address and work for me.

lordpt avatar Apr 18 '21 15:04 lordpt