summaryrefslogtreecommitdiffstats
path: root/usr/lib/autowifi/lib
diff options
context:
space:
mode:
Diffstat (limited to 'usr/lib/autowifi/lib')
-rw-r--r--usr/lib/autowifi/lib/core9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr/lib/autowifi/lib/core b/usr/lib/autowifi/lib/core
new file mode 100644
index 00000000..f41de225
--- /dev/null
+++ b/usr/lib/autowifi/lib/core
@@ -0,0 +1,9 @@
+parse_plugin_args(){
+ # convenience function to put args in ENV variables
+ ESSID="$1"
+ MAC="$2"
+ CHANNEL="$3"
+ ENC="$4"
+ WPA="$5"
+ WPA2="$6"
+}