summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wzcsvc.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-13 01:31:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:58 -0500
commitb7779be06aa6fd16d24545c10c1a57ef04360617 (patch)
tree362061af6efa60a7c77d9188aee717df895d9733 /source4/librpc/idl/wzcsvc.idl
parent2129ba5082d10e3934b57074231a74150265fece (diff)
downloadsamba-b7779be06aa6fd16d24545c10c1a57ef04360617.tar.gz
samba-b7779be06aa6fd16d24545c10c1a57ef04360617.tar.bz2
samba-b7779be06aa6fd16d24545c10c1a57ef04360617.zip
r1799: List more uuids. From
http://www.hsc.fr/ressources/articles/win_net_srv (This used to be commit 8d36dbed8c5bdc82176083b2c6f8d989ae903ba5)
Diffstat (limited to 'source4/librpc/idl/wzcsvc.idl')
-rw-r--r--source4/librpc/idl/wzcsvc.idl36
1 files changed, 19 insertions, 17 deletions
diff --git a/source4/librpc/idl/wzcsvc.idl b/source4/librpc/idl/wzcsvc.idl
index 76898db41d..5124450e79 100644
--- a/source4/librpc/idl/wzcsvc.idl
+++ b/source4/librpc/idl/wzcsvc.idl
@@ -1,5 +1,5 @@
/*
- windows zero-configuration service
+ wireless configuration service
*/
[
@@ -9,20 +9,22 @@
interface wzcsvc
{
- /*****************/
- /* Function 0x00 */
- WERROR wzcsvc_Unknown0();
-
- /*****************/
- /* Function 0x01 */
- WERROR wzcsvc_Unknown1();
-
- /*****************/
- /* Function 0x02 */
- WERROR wzcsvc_Unknown2();
-
- /*****************/
- /* Function 0x03 */
- WERROR wzcsvc_Unknown3();
-
+ 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();
}