<div dir="ltr"><div><div>Hi,<br><br></div>Could anyone Please guide me how i can create 2 separate default settings for 2.4GHz and 5GHz.<br><br></div>Thanks,<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 8, 2015 at 8:26 PM, John kerry <span dir="ltr"><<a href="mailto:kerry9842@gmail.com" target="_blank">kerry9842@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have to keep 2 default settings for wireless, i means to say i have to configure default settings for 2.4GHz and 5GHz.<br><br></div>How i can configure wireless files. mainly i will add switch button in the GUI to switch over 2.4GHz and 5GHz.<br><br></div>How i can control this in backend, how i can add file which handle this and configure 2 separate default settings for 2.4GHz and 5GHz.<br><br></div>Thanks,<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 7, 2015 at 1:50 PM, David Lang <span dir="ltr"><<a href="mailto:david@lang.hm" target="_blank">david@lang.hm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You cannot use both radios on the same channel, or even the same band.<br>
<br>
One radio will only work on channels 1-11 and the other will only work on channels 36+<br>
<br>
pick which band you are going to use to connect to the remote AP and which you are going to use to have your clients connect to it.<span><font color="#888888"><br>
<br>
David Lang</font></span><div><div><br>
<br>
On Fri, 7 Aug 2015, John kerry wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
<br>
I have one and i configured as below:<br>
<br>
config wifi-device 'wifi0'<br>
       option type 'qcawifi'<br>
       option channel 'auto'<br>
       option macaddr '00:26:75:bd:37:24'<br>
       option hwmode '11ng'<br>
       option txpower '16'<br>
       option htmode 'HT20'<br>
<br>
config wifi-iface<br>
       option device 'wifi0'<br>
       option network 'lan'<br>
       option mode 'ap'<br>
       option ssid 'Test_Ap'<br>
       option encryption 'psk2'<br>
       option key 'Test_AP'<br>
<br>
<br>
We can configure one radio only to work like that.<br>
Something like below:<br>
<br>
config wifi-device 'radio0'<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                option type 'mac80211'<br>
                option channel '11'<br>
                option hwmode '11g'<br>
                option path 'platform/ar933x_wmac'<br>
                option htmode 'HT20'<br>
                option country 'US'<br>
                option txpower '20'<br>
<br>
        config wifi-iface 'ap1'<br>
                option device 'radio0'<br>
                option mode 'ap'<br>
                option wds '1'<br>
                option ssid 'my AP'<br>
                option network 'lan'<br>
<br>
        config wifi-iface 'mesh1'<br>
                option device 'radio0'<br>
                option mode 'mesh'<br>
                option mesh_id 'my mesh'<br>
                option network 'lan'<br>
</blockquote></blockquote>
<br>
<br>
<br>
On Fri, Aug 7, 2015 at 11:31 AM, Weedy <<a href="mailto:weedy2887@gmail.com" target="_blank">weedy2887@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 6 Aug 2015 23:15, "John kerry" <<a href="mailto:kerry9842@gmail.com" target="_blank">kerry9842@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Hi,<br>
<br>
<br>
Could anyone please help me on this to configure the wireless in such a<br>
</blockquote>
way that when we connect to wireless WAN the LAN SSID should not change.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
Thanks,<br>
</blockquote>
<br>
You need 2 physical radios.<br>
<br>
</blockquote>
<br>
</blockquote>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>