[OpenWrt-Devel] "3-address Wi-Fi bridging" (was: Multiple Wi-Fi client/AP interfaces on one radio)

John kerry kerry9842 at gmail.com
Thu Aug 6 23:35:44 EDT 2015


Hi,


I have one and i configured as below:

config wifi-device 'wifi0'
        option type 'qcawifi'
        option channel 'auto'
        option macaddr '00:26:75:bd:37:24'
        option hwmode '11ng'
        option txpower '16'
        option htmode 'HT20'

config wifi-iface
        option device 'wifi0'
        option network 'lan'
        option mode 'ap'
        option ssid 'Test_Ap'
        option encryption 'psk2'
        option key 'Test_AP'


We can configure one radio only to work like that.
Something like below:

config wifi-device 'radio0'
>>                 option type 'mac80211'
>>                 option channel '11'
>>                 option hwmode '11g'
>>                 option path 'platform/ar933x_wmac'
>>                 option htmode 'HT20'
>>                 option country 'US'
>>                 option txpower '20'
>>
>>         config wifi-iface 'ap1'
>>                 option device 'radio0'
>>                 option mode 'ap'
>>                 option wds '1'
>>                 option ssid 'my AP'
>>                 option network 'lan'
>>
>>         config wifi-iface 'mesh1'
>>                 option device 'radio0'
>>                 option mode 'mesh'
>>                 option mesh_id 'my mesh'
>>                 option network 'lan'



On Fri, Aug 7, 2015 at 11:31 AM, Weedy <weedy2887 at gmail.com> wrote:

> On 6 Aug 2015 23:15, "John kerry" <kerry9842 at gmail.com> wrote:
> >
> > Hi,
> >
> >
> > Could anyone please help me on this to configure the wireless in such a
> way that when we connect to wireless WAN the LAN SSID should not change.
> >
> >
> > Thanks,
>
> You need 2 physical radios.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20150807/cca968a4/attachment.htm>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list