summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl/wzcsvc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/dissectors/pidl/wzcsvc
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/pidl/wzcsvc')
-rw-r--r--epan/dissectors/pidl/wzcsvc/wzcsvc.cnf2
-rw-r--r--epan/dissectors/pidl/wzcsvc/wzcsvc.idl31
2 files changed, 33 insertions, 0 deletions
diff --git a/epan/dissectors/pidl/wzcsvc/wzcsvc.cnf b/epan/dissectors/pidl/wzcsvc/wzcsvc.cnf
new file mode 100644
index 00000000..3187c6b5
--- /dev/null
+++ b/epan/dissectors/pidl/wzcsvc/wzcsvc.cnf
@@ -0,0 +1,2 @@
+# Conformance file
+
diff --git a/epan/dissectors/pidl/wzcsvc/wzcsvc.idl b/epan/dissectors/pidl/wzcsvc/wzcsvc.idl
new file mode 100644
index 00000000..b403c079
--- /dev/null
+++ b/epan/dissectors/pidl/wzcsvc/wzcsvc.idl
@@ -0,0 +1,31 @@
+/*
+ wireless configuration service
+*/
+
+[
+ uuid("621dff68-3c39-4c6c-aae3-e68e2c6503ad"),
+ version(1.0),
+ helpstring("Wireless Configuration Service")
+]
+interface wzcsvc
+{
+
+ void wzcsvc_EnumInterfaces();
+ void wzcsvc_QueryInterface();
+ void wzcsvc_SetInterface();
+ void wzcsvc_RefreshInterface();
+ void wzcsvc_QueryContext();
+ void wzcsvc_SetContext();
+ void wzcsvc_EapolUIResponse();
+ void wzcsvc_EapolGetCustomAuthData();
+ void wzcsvc_EapolSetCustomAuthData();
+ void wzcsvc_EapolGetInterfaceParams();
+ void wzcsvc_EapolSetInterfaceParams();
+ void wzcsvc_EapolReAuthenticateInterface();
+ void wzcsvc_EapolQueryInterfaceState();
+ void wzcsvc_OpenWZCDbLogSession();
+ void wzcsvc_CloseWZCDbLogSession();
+ void wzcsvc_EnumWZCDbLogRecords();
+ void wzcsvc_FlushWZCdbLog();
+ void wzcsvc_GetWZCDbLogRecord();
+}