diff options
Diffstat (limited to 'package/hostapd/files/wps-hotplug.sh')
-rw-r--r-- | package/hostapd/files/wps-hotplug.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/hostapd/files/wps-hotplug.sh b/package/hostapd/files/wps-hotplug.sh deleted file mode 100644 index b5376cc55b..0000000000 --- a/package/hostapd/files/wps-hotplug.sh +++ /dev/null @@ -1,6 +0,0 @@ -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 |