Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

WLAN_CONNECTION_MODE (Enums)
 
.
Summary
Defines the mode of connection.

C# Definition:

        public enum WLAN_CONNECTION_MODE
        {

        wlan_connection_mode_profile,

        wlan_connection_mode_temporary_profile,

        wlan_connection_mode_discovery_secure,

        wlan_connection_mode_discovery_unsecure,

        wlan_connection_mode_auto,

        wlan_connection_mode_invalid,
        }

VB Definition:

     Public Enum WLAN_CONNECTION_MODE

     wlan_connection_mode_profile

     wlan_connection_mode_temporary_profile

     wlan_connection_mode_discovery_secure

     wlan_connection_mode_discovery_unsecure

     wlan_connection_mode_auto

     wlan_connection_mode_invalid
     End Enum

Notes:

Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: Only the wlan_connection_mode_profile value is supported.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions