summaryrefslogtreecommitdiffstats
path: root/usr/lib/autowifi/lib/core
blob: f41de22585a3b3498290bd6ea248fc709607fb3a (plain)
1
2
3
4
5
6
7
8
9
parse_plugin_args(){
    # convenience function to put args in ENV variables
    ESSID="$1"
    MAC="$2"
    CHANNEL="$3"
    ENC="$4"
    WPA="$5"
    WPA2="$6"
}