Wireless Associated Stations - Hostname not shown

package network

config interface 'loopback'
	option ifname 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fdbc:465a:a93b::/48'

config interface 'lan'
	option type 'bridge'
	option ifname 'eth0 eth1'
	option proto 'dhcp'

config switch
	option name 'switch0'
	option reset '1'

config interface 'lan6'
	option proto 'dhcpv6'
	option ifname '@lan'
	option reqaddress 'try'
	option reqprefix 'auto'

uci: Entry not found
lrwxrwxrwx    1 root     root            16 Jan 29 17:05 /etc/resolv.conf -> /tmp/resolv.conf
lrwxrwxrwx    1 root     root            21 Feb  5 16:50 /tmp/resolv.conf -> /tmp/resolv.conf.auto
-rw-r--r--    1 root     root            96 Feb  5 16:51 /tmp/resolv.conf.auto
==> /etc/resolv.conf <==
# Interface lan
nameserver 192.168.1.1
search lan
# Interface lan6
nameserver fd37:5e50:6b20::1

==> /tmp/resolv.conf <==
# Interface lan
nameserver 192.168.1.1
search lan
# Interface lan6
nameserver fd37:5e50:6b20::1

==> /tmp/resolv.conf.auto <==
# Interface lan
nameserver 192.168.1.1
search lan
# Interface lan6
nameserver fd37:5e50:6b20::1