Hi,
not sure what example you have been using, but indeed this is an inet6 address.
Example: If you run on the Raspberry Pi the command $ifconfig, then you can check for the wlan adapter 0
Output like
...
wlan0 Link encap:Ethernet HWaddr 74:da:38:04:ef:41
inet addr:192.168.0.39 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::76da:38ff:fe04:ef41/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:253752 errors:0 dropped:74 overruns:0 frame:0
TX packets:12089 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:55444118 (52.8 MiB) TX bytes:3268764 (3.1 MiB)
...