Skip to content
Snippets Groups Projects
Commit 316bb1af authored by nbd's avatar nbd
Browse files

base-files: remove duplicate wps button handler (#15621)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40528 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent beb629d9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
for dir in /var/run/hostapd-*; do
[ -d "$dir" ] || continue
hostapd_cli -p "$dir" wps_pbc
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment