SVN-Revision: 22100master
parent
3e75044a95
commit
ca4a8b1bee
@ -0,0 +1,6 @@ |
||||
if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then |
||||
for dir in /var/run/hostapd-*; do |
||||
[ -d "$dir" ] || continue |
||||
hostapd_cli -p "$dir" wps_pbc |
||||
done |
||||
fi |
Loading…
Reference in new issue