Everything works fine but I cannot connect to my home AP. I tripple checked everything, spent hours by googling and browsing forums. Maybe someone here can help me. My home Wifi have not any encryption, is open. Here's are all my configs. I hope theyre are all
The first line shows my home AP
Code: Select all
root@OpenWrt:~# iwlist wl0 scan
wl0 Scan completed :
Cell 01 - Address: 00:02:72:6F:85:07
ESSID:"hub_indoor"
Mode:Managed
Channel:1
Quality:5/5 Signal level:-19 dBm Noise level:-92 dBm
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
root@OpenWrt:~# cat /etc/config/wireless
config wifi-device wl0
option type broadcom
option channel 1
# REMOVE THIS LINE TO ENABLE WIFI:
#option disabled 1
config wifi-iface
option device wl0
option network wan
option mode sta
option ssid hub_indoor
option encryption none
root@OpenWrt:~# cat /etc/config/network
#### VLAN configuration
config switch eth0
option vlan0 "1 2 3 4 5*"
option vlan1 "0 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto dhcp
#### WAN configuration
config interface wan
option ifname "eth0.1"
option proto dhcp
option macaddr 00:03:0D:3D:D9:E5
Can someone please help. Thanks!