#20114: RFE: Obey wifi channel settings
--------------------------+----------------------------------
  Reporter:  valentt      |      Owner:  developers
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:  Chaos Calmer (trunk)
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+----------------------------------

Comment (by valentt):

 This is how typical wifi repeater config looks like:


 {{{
 config wifi-device  radio0
         option type     mac80211
         option channel  10
         option hwmode   11g
         option path     'platform/ar933x_wmac'
         option htmode   HT20
         # REMOVE THIS LINE TO ENABLE WIFI:
         option disabled 0

 config wifi-iface
         option device   radio0
         option network  wwan
         option mode     sta
         option ssid     UpstreamAP
         option encryption psk2+ccmp
         option key      password1

 config wifi-iface
         option device   radio0
         option network  lan
         option mode     ap
         option ssid     LocalAP
         option encryption psk2+ccmp
         option key      password2
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20114#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to