blob: 98be6a66bf271dde3dd3b178205cca0451fdaf09 (
plain)
1
2
3
4
5
6
|
#!/bin/sh
# on MANY WPS-enabled devices the pin is 12345670 , so we can give it a shot
# http://www.wotan.cc/?p=75
cd $(dirname $(readlink -f $0))
. ../lib/wps
try_wps_pin "$@" 12345670
|