Commit 0cbcb71b authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

wlanapi: Add some usage information.

parent ebbaa113
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment