#22099: Add support for the ap_setup_locked option in the /etc/config/wireless 
file
--------------------------+------------------------
 Reporter:  morfik        |      Owner:  developers
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:
Component:  packages      |    Version:  Trunk
 Keywords:  hostapd, wps  |
--------------------------+------------------------
 Hostapd has the parameter `ap_setup_locked`, which is responsible for
 locking the WPS. It's useful when you use PIN number because you can pair
 devices using one PIN and make sure no one can guess the PIN and get
 access to the AP when you lock the WPS. For now this option has no effect
 when added to the /etc/config/wireless file, for instance in the following
 way:

 {{{
         option wps_pushbutton '0'
         option wps_label '1'
         option wps_device_type '6-0050F204-1'
         option wps_config 'push_button'
         option wps_pin '12345670'
         option wps_device_name 'openwrt-2'
         option ap_setup_locked '1'
 }}}

 But in the generated hostapd's config file, there's the following
 parameter:

 {{{
         ap_setup_locked=0
 }}}

 So there's no way to change this to 1 and block the WPS after the
 configuration process is done.

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