@julianaito @stsp may know, but I suspect it may be due to the remote nwid being a hex string, rather than actually hex.
@julianaito @stsp I mean, ifconfig 'nwid' supports both text string and hex up to 64 digits (denoted by 0x prefix). It seems your AP is using a hex string encoded as ASCII.
For example, "helloworld" could also be represented as 0x68656c6c6f776f726c64.
I see, so that behaviour is considered as normal (and it's not a big deal to be honest). I need to be more careful while reading manual pages !
@julianaito I had to double check myself, wireless terminology can be confusing.
@stsp
@canadianbryan @julianaito I believe this behaviour predates my involvement in the wireless stack so... 🤷
@canadianbryan @stsp
Yes, it works as expected if i change the nwid to "helloworld" - as any network reported by "ifconfig iwn0 scan".
I tried to reproduce this "problem" with another device, the same thing happens.
I can provide more data if needed :)