Bug in SSID when using emoji

I opened the web interface and created SSID “:)”
It doesn’t appear as a smiley.
Then I opened the web interface on my phone and used 3 emojis as SSID.
The SSID is being displayed correctly.

But when I go into the webinterface, the ESSID in general setup still shows “:)”

It is not possible to connect to this network. To the one above in the screenshot I can connect just fine.

Any ideas? or is this a bug?

can someone please reproduce with Mode: Master | SSID: :mushroom::grin::mushroom:
Encryption: WPA3 SAE (CCMP) how to report?

to quote AI, since I don't really have time to look for a better source:

Spam-frollic again :poop:
Bump
Answers are greatly appreciate by people that understand the question & subject.

1 Like

What client(s) can not connect?

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall
1 Like
config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fd00:283f:76f6::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option gateway '192.168.'
        list dns 
config interface 'wan'
        option device 'wan'
        option proto 'dhcp'

config interface 'wan6'
        option device 'wan'
        option proto 'dhcpv6'
config wifi-device 'radio0'
        option type 'mac80211'
        option path 'soc/1b700000.pci/pci0001:00/0001:00:00.0/0001:01:00.0'
        option band '2g'
        option channel '11'
        option cell_density '0'
        option txpower '20'
        option country 'AE'
        option htmode 'HT40'

config wifi-iface 'wifinet3'
        option device 'radio0'
        option mode 'ap'
        option ssid '🍄😁🍄'
        option encryption 'sae'
        option key '1717171717'
        option ocv '0'
config dnsmasq
        option domainneeded '1'
        option localise_queries '1'
        option rebind_protection '1'
        option rebind_localhost '1'
        option local '/lan/'
        option domain 'lan'
        option expandhosts '1'
        option cachesize '1000'
        option authoritative '1'
        option readethers '1'
        option leasefile '/tmp/dhcp.leases'
        option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
        option localservice '1'
        option ednspacket_max '1232'

config dhcp 'lan'
        option interface 'lan'
        option start '1'
        option limit '150'
        option leasetime '12h'
        option dhcpv4 'server'
        option dhcpv6 'server'
        option ra 'server'
        list ra_flags 'managed-config'
        list ra_flags 'other-config'

config dhcp 'wan'
        option interface 'wan'
        option ignore '1'
        option start '1'
        option limit '150'
        option leasetime '12h'

config odhcpd 'odhcpd'
        option maindhcp '0'
        option leasefile '/tmp/hosts/odhcpd'
        option leasetrigger '/usr/sbin/odhcpd-update'
        option loglevel '4

I can connect OK to the SSID tiguere3 which is configured the same as the one with the emojis.

Thanks for your help

What was the configuration with the broken SSID?

sorry you lost me.

what is it that you are asking?

i posted the configuration.

what else do you need?

config wifi-iface 'wifinet3'
option device 'radio0'
option mode 'ap'
option ssid ':mushroom::grin::mushroom:'
option encryption 'sae'
option key '1717171717'
option ocv '0'

Realtek 8822CE on my windows 11 PC.
Can’t connect to either SSID.

Android 12 connects to the tiguere3 SSID but not to the emoji SSID

Realtek 8822CE on my windows 11 PC.
Can’t connect to either SSID.

Android 12 connects to the tiguere3 SSID but not to the emoji SSID

What's the other SSID?

You only posted 1 configuration.

To be clear, is this the broken SSID?

Did you delete 1 and 2, or are you omitting then?

Android 15 nicely connects to 3x broccoli SSID.

1 Like

config wifi-iface 'wifinet2'
option device 'radio0'
option mode 'ap'
option ssid 'tiguere3'
option encryption 'sae'
option key '1717171717*'
option ocv '0'
option network 'lan'

config wifi-iface 'wifinet3'
option device 'radio0'
option mode 'ap'
option ssid ':mushroom::grin::mushroom:'
option encryption 'sae'
option key '1717171717'
option ocv '0'
see screenshot in original post.
the problem with windows could be WPA3?

no 1 & 2 have not been deleted Nothing has been deleted.

windows 11 doesn’t connect to either SSID

android 12 connects to wifinet2 but not wifinet3

1 Like

mushroom SSID is not connected to any network, just select “lan” for network and you are good to go.

they “connect” to wifi network, but give up when not getting any viable ip address from dhcp.

1 Like
config wifi-iface 'wifinet3'
        option device 'radio0'
        option mode 'ap'
        option ssid '🍄😁🍄'
        option encryption 'sae'
        option key '1717171717'
        option ocv '0'
        option network 'lan'

config wifi-iface 'wifinet4'
        option device 'radio0'
        option mode 'ap'
        option ssid '🔥❄️'
        option encryption 'none'

thank you, you are a superstar!
that fixed one problem.

my W11 pc connects to fire & ice just fine but seems to have a problem with wpa3?
Iupdated drivers
any clues?

Guess same applies to people who don't know how to configure their devices correctly...

1 Like