mirror of https://github.com/hak5/openwrt.git
base-files: add a generic wps button handler
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38726lede-17.01
parent
40031fdf9b
commit
243179f9f6
|
@ -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 New Issue