2015-03-11 18:21 GMT+03:00 Eric Schoeller <[email protected]>:
> On 03/11/15 02:57, Sergey Ryazanov wrote:
>>
>> 2015-03-11 8:50 GMT+03:00 Eric Schoeller
>> <[email protected]>:
>>>
>>> I am having difficulty using openwrt (Backfire (10.03, r23913)) to
>>> connect
>>> in station mode to another wireless network. I have setup the following
>>> in
>>> /etc/config/wireless:
>>>
>>> ...
>>>
>>> config wifi-iface
>>>         option device    radio0
>>>         option network   wlan        <---
>>>         option mode      sta
>>>         option ssid      xfinitywifi
>>>         option bssid     CE:35:40:6B:X:X
>>>
>> Check 'wlan' interface configuration. If it has 'type = bridge', than
>> you should use WDS (4 addr frames) for this wireless connection, or
>> remove 'type = bridge' from 'wlan' interface configuration.
>>
> It's a pretty simple interface configuration:
>
> config interface wlan
>         option ifname    wlan0
>         option proto     dhcp

All looks good, except 'option ifname wlan0'. This option is odd,
since you specify network/interface in wireless config. And your
firmware is too old.

In any case I check your configuration with fresh trunk build (r44621)
and all work as expected: association, dhcp lease, traffic exchange.

Try to upgrade your firmware at least to BarrierBreaker.

Or if you really need to find an answer, then check is wpa_supplicant
process run and then check it config in
/var/run/wpa_supplicant-wlan0.conf. It should looks like this:

network={
    scan_ssid=1
    ssid="xfinitywifi"
    key_mgmt=NONE
    bssid=CE:35:40:6B:X:X
}

-- 
Sergey
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to