Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
0cbcb71b
Commit
0cbcb71b
authored
Feb 13, 2017
by
Bruno Jesus
Committed by
Alexandre Julliard
Feb 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wlanapi: Add some usage information.
Signed-off-by:
Bruno Jesus
<
00cpxxx@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ebbaa113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
main.c
dlls/wlanapi/main.c
+10
-0
No files found.
dlls/wlanapi/main.c
View file @
0cbcb71b
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment