base-files: add a generic wps button handler
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38726
This commit is contained in:
parent
40031fdf9b
commit
243179f9f6
1 changed files with 6 additions and 0 deletions
6
package/base-files/files/etc/rc.button/wps
Executable file
6
package/base-files/files/etc/rc.button/wps
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for dir in /var/run/hostapd-*; do
|
||||||
|
[ -d "$dir" ] || continue
|
||||||
|
hostapd_cli -p "$dir" wps_pbc
|
||||||
|
done
|
Loading…
Reference in a new issue