Jump to content

non alphanumeric ssid's in client mode (wlan1)


heno

Recommended Posts

Hi,

Got a issue connecting to my wlan at home because it has non alphanumeric in it! It's ' look (. ) ( .) ' so when it shows up in the dropdown list it's gets garbled and \x20 get's added to the name so it looks like ' look (. ) ( .)\x20 ' !

i recon it has something to do with client_mode.php and that it don't phrases non alphanumeric characters like it should.

well it all ends with that i can't connect to my ' look (. ) ( .) ' wifi !

how do i file a bug report ?

.heno

Link to comment
Share on other sites

So it looks like there is an issue if there is a space character at the end of the SSID. This makes sense, as we are using iw to scan the networks around us. To be able to better look at the output of iw, the developers decided to show a space (at the end) as \x20. I'll make sure this is fixed.

In regards to the \x\x\x\x\x being displayed instead of Hidden SSID, that is simply an oversight. SSIDs can be hidden in two ways - sending a zero length SSID (shown by a single \x in IW) or the correct length SSID (shown by the correct amount of \x). Effectively null chars. Currently we check for \x, but we now need to expand this to make sure we catch all hidden SSIDs.

In the end, it comes down to parsing out and converting all special characters IW is outputting. Thanks for the information guys!

Best Regards,

Sebkinne

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...