OpenWrt Forum Archive

Topic: WPA Doesn't Work on Buffalo WBR2-G54

The content of this topic has been archived on 17 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Tried many different settings but still couldn't get WPA to work... "Encryption off" is shown on the status screen.

Any hint or idea to solve this problem will be welcomed.

Thanks.

Image used: http://downloads.x-wrt.org/xwrt/kamikaz … uashfs.trx

Contents of /etc/config/wireless

config wifi-device  wl0
    option type     broadcom
    option channel  10
    option disabled    '0'
config "wifi-iface" ""
    option device    'wl0'
    option mode    'ap'
    option ssid    '{ssid}'
    option hidden    '0'
    option encryption    'psk2'
    option network    'lan'
    option isolate    '0'
    option bgscan    '0'
    option wds    '0'
    option key    '{wpa_key}'

The discussion might have continued from here.