Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
wzcsvc.idl
1 /*
2  wireless configuration service
3 */
4 
5 [
6  uuid("621dff68-3c39-4c6c-aae3-e68e2c6503ad"),
7  version(1.0),
8  helpstring("Wireless Configuration Service")
9 ]
10 interface wzcsvc
11 {
12 
13  void wzcsvc_EnumInterfaces();
14  void wzcsvc_QueryInterface();
15  void wzcsvc_SetInterface();
16  void wzcsvc_RefreshInterface();
17  void wzcsvc_QueryContext();
18  void wzcsvc_SetContext();
19  void wzcsvc_EapolUIResponse();
20  void wzcsvc_EapolGetCustomAuthData();
21  void wzcsvc_EapolSetCustomAuthData();
22  void wzcsvc_EapolGetInterfaceParams();
23  void wzcsvc_EapolSetInterfaceParams();
24  void wzcsvc_EapolReAuthenticateInterface();
25  void wzcsvc_EapolQueryInterfaceState();
26  void wzcsvc_OpenWZCDbLogSession();
27  void wzcsvc_CloseWZCDbLogSession();
28  void wzcsvc_EnumWZCDbLogRecords();
29  void wzcsvc_FlushWZCdbLog();
30  void wzcsvc_GetWZCDbLogRecord();
31 }
Definition: wzcsvc.idl:10