This specific file, installed in /etc/connman/, can be used to set
specific values related to wifi plugin only.
---

forgot to mention it's experimental

 Makefile.plugins  |  1 +
 plugins/wifi.conf | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 plugins/wifi.conf

diff --git a/Makefile.plugins b/Makefile.plugins
index e90ad19..140332b 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -24,6 +24,7 @@ gsupplicant_sources = gsupplicant/gsupplicant.h 
gsupplicant/dbus.h \
 if WIFI
 builtin_modules += wifi
 builtin_sources += plugins/wifi.c $(gsupplicant_sources)
+EXTRA_DIST += plugins/wifi.conf
 endif
 
 if BLUETOOTH
diff --git a/plugins/wifi.conf b/plugins/wifi.conf
new file mode 100644
index 0000000..58e56b9
--- /dev/null
+++ b/plugins/wifi.conf
@@ -0,0 +1,14 @@
+# This is an EXPERIMENTAL configuration file
+
+[General]
+
+# Set the P2P primary device type. It follows such format:
+# <categ><OUI><subcateg>
+# Where all elements are expressed in hexadecimal.
+# Category and subcategory are in network byte order.
+# For the OUI, follow the WSC specification.
+# PrimaryDeviceType =
+
+# Set the P2P secondary device types. Same format as PrimaryDeviceType
+# but you can pile a maximum of 5 types here separated by a space.
+# SecondaryDeviceTypes =
-- 
1.8.5.5

_______________________________________________
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman

Reply via email to