Home | History | Annotate | Download | only in examples

Lines Matching refs:pin

16 	echo "Enter a PIN from a station to be enrolled to the network."
17 read -p "Enrollee PIN: " pin
18 cpin=`$CLI wps_check_pin "$pin" | tail -1`
21 read -p "Do you want to use this PIN (y/n)? " resp
24 cpin=`echo "$pin" | sed "s/[^1234567890]//g"`
32 echo "Invalid PIN: $pin"
35 echo "Enabling Enrollee PIN: $cpin"
49 echo "2: Enter Enrollee PIN"