diff options
Diffstat (limited to 'meta/packages/wpa-supplicant/files/openmn/defaults')
-rw-r--r-- | meta/packages/wpa-supplicant/files/openmn/defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/wpa-supplicant/files/openmn/defaults b/meta/packages/wpa-supplicant/files/openmn/defaults new file mode 100644 index 0000000000..1da73d30c0 --- /dev/null +++ b/meta/packages/wpa-supplicant/files/openmn/defaults | |||
@@ -0,0 +1,8 @@ | |||
1 | # Useful flags: | ||
2 | # -i <ifname> Interface (required, unless specified in config) | ||
3 | # -D <driver> Wireless Driver | ||
4 | # -d Debugging (-dd for more) | ||
5 | # -q Quiet (-qq for more) | ||
6 | |||
7 | CONFIG="/etc/wpa_supplicant.conf" | ||
8 | OPTIONS="-i eth1 -D hermes" | ||