#21765: mixed mode wireless broken in trunk
------------------------------+------------------------
  Reporter:  anonymous        |      Owner:  developers
      Type:  defect           |     Status:  new
  Priority:  response-needed  |  Milestone:
 Component:  packages         |    Version:  Trunk
Resolution:                   |   Keywords:
------------------------------+------------------------

Comment (by anonymous):

 {{{
 config wifi-device 'radio2'
         option type 'mac80211'
         option path '101c0000.ehci/usb1/1-1/1-1:1.0'
         option txpower '20'
         option noscan '1'
         option country 'GB'
         option country_ie '0'
         option hwmode '11g'
         option htmode 'HT40'
         option channel '13'

 config wifi-iface
         option device 'radio2'
         option network 'wwan'
         option encryption 'psk2+ccmp'
         option key 'ssidssid'
         option ssid 'ap'
         option mode 'sta'
 }}}


 after switching to ap mode and back:


 {{{
 config wifi-device 'radio2'
         option type 'mac80211'
         option path '101c0000.ehci/usb1/1-1/1-1:1.0'
         option txpower '20'
         option noscan '1'
         option country 'GB'
         option country_ie '0'
         option hwmode '11a'
         option channel 'auto'

 config wifi-iface
         option device 'radio2'
         option network 'wwan'
         option encryption 'psk2+ccmp'
         option key 'ssidssid'
         option ssid 'ap'
         option mode 'sta'
 }}}

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