base-files: add a generic wps button handler

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38726
This commit is contained in:
John Crispin 2013-11-11 12:19:10 +00:00
parent 40031fdf9b
commit 243179f9f6

View File

@ -0,0 +1,6 @@
#!/bin/sh
for dir in /var/run/hostapd-*; do
[ -d "$dir" ] || continue
hostapd_cli -p "$dir" wps_pbc
done