Wi-Fi showing the Network ESSID but no Access Point

here is what i got from iwlist lan0 scan
linux-qzyt:/home/fedexpress # iwlist wlan0 scan
wlan0 Scan completed :
Cell 01 - Address: 00:04:96:2C:3E:08
ESSID:“K-Hostel”
Mode:Managed
Channel:13
Encryption key:on
Bit Rates:132 Mb/s
Quality:0/100 Signal level:-61 dBm Noise level:0 dBm
Cell 02 - Address: 00:04:96:2C:3B:48
ESSID:“K-Hostel”
Mode:Managed
Channel:13
Encryption key:on
Bit Rates:6 Mb/s
Quality:0/100 Signal level:-55 dBm Noise level:0 dBm
Cell 03 - Address: 00:04:96:2C:E8:F8
ESSID:“K-Hostel”
Mode:Managed
Channel:1
Encryption key: on
Bit Rates:250 Mb/s
Quality:0/100 Signal level:-77 dBm Noise level:0 dBm

Here is the outcome of iwconfig

linux-qzyt:/home/fedexpress # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 RT61 Wireless ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Bit Rate=54 Mb/s
RTS thr :off Fragment thr :off
Encryption key: off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

I am yet to discover why it is displaying
Quality 0/100 and related isssues

Any valuable suggestions

Have you associated the device with the router ? did you set it up via YaST ? are you using the correct driver ? Encryption set correctly ?

Andy

You have not told your card to associate with any ESSID.

iwconfig wlan0 K-Hostel

If you are doing all of this manually, you may have to get an IP address as well.

You can check if your interface has an IP address by running

ifconfig

If not, you should run

dhcpcd wlan0