Bruno Jesus : wlanapi: Add some usage information.

Alexandre Julliard julliard at winehq.org
Mon Feb 13 15:24:40 CST 2017


Module: wine
Branch: master
Commit: 0cbcb71be991777c4d76bbac126ec7bb83cb019e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0cbcb71be991777c4d76bbac126ec7bb83cb019e

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Mon Feb 13 00:55:06 2017 -0200

wlanapi: Add some usage information.

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wlanapi/main.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/dlls/wlanapi/main.c b/dlls/wlanapi/main.c
index bc9c9b1..b764681 100644
--- a/dlls/wlanapi/main.c
+++ b/dlls/wlanapi/main.c
@@ -16,6 +16,16 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+/* How does this DLL work?
+ * This DLL is used to probe and configure wireless access points using the
+ * available wireless interfaces. Most functions are tied to a handle that is
+ * first obtained by calling WlanOpenHandle. Usually it is followed by a call
+ * to WlanEnumInterfaces and then for each interface a WlanScan call is made.
+ * WlanScan starts a parallel access point discovery that delivers the ready
+ * response through the callback registered by WlanRegisterNotification. After
+ * that the program calls WlanGetAvailableNetworkList or WlanGetNetworkBssList.
+ */
+
 #include "config.h"
 
 #include <stdarg.h>




More information about the wine-cvs mailing list