Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38726master
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