#22237: Wireless radio not fully disabled on startup (TL-WA850re)
--------------------------+------------------------
  Reporter:  anm.nov      |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+------------------------

Comment (by anonymous):

 run
 {{{
 ubus call network.wireless status
 }}}

 you might have radio setting
 {{{
 "disabled": false,
 }}}

 while interfaces section shows that interface is disabled, but radio
 actually stays on.

 the solution to have it completely disabled is to add an
 {{{
 option disabled '1'
 }}}

 to both config sections in wifi config file, config wifi-device and config
 wifi-iface.

 even with such a configuration doing a wifi survey will create tmp wifi
 interface.

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