summaryrefslogtreecommitdiffstats
path: root/usr/lib/autowifi/plugins/01open
blob: f3b9640cee15d5091ecd93513f4d2dc6e166aefb (plain)
1
2
3
4
5
6
#!/bin/sh
#ESSID MAC CHANNEL ENCRYPTION WPA WPA2
if [ "$4" == "off" ]; then
    exit 0
fi
exit 1