base-files: add a generic wps button handler

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

SVN-Revision: 38726
lede-17.01
John Crispin 2013-11-11 12:19:10 +00:00
parent 40031fdf9b
commit 243179f9f6
1 changed files with 6 additions and 0 deletions

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