#14105: Editing two Wireless Networks in LuCI
------------------------+---------------------------------------
  Reporter:  anonymous  |      Owner:
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Barrier Breaker 14.07
 Component:  luci       |    Version:  Attitude Adjustment 12.09
Resolution:             |   Keywords:  LuCI
------------------------+---------------------------------------

Comment (by anonymous):

 Same here:

 config wifi-device 'radio0'
         option type 'mac80211'
         option channel 'auto'
         option hwmode '11a'
         option path 'pci0000:00/0000:00:00.0'
         option htmode 'HT20'
         option country 'AT'
         option rts '300'
         option distance '18000'
         option txpower '5'

 config wifi-iface
         option device 'radio0'
         option encryption 'none'
         option network 'client0'
         option mode 'sta'
         option dfs '1'
         option doth '1'
         option ssid 'STA'

 config wifi-iface
         option device 'radio0'
         option encryption 'none'
         option network 'master0'
         option mode 'ap'
         option ssid 'AP'
         option isolate '1'
         option doth '1'
         option dfs '1'

 In my case it's always the master triggering this. It happens, when the
 channel is auto. If the channel was an integer value, all is working as
 usual.

--
Ticket URL: <https://dev.openwrt.org/ticket/14105#comment:3>
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