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

Search Results for "WLAN_CONNECTION_MODE" in [All]

Enums

.

        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,

.

     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

.

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

.
Documentation
[WLAN_CONNECTION_MODE] on MSDN

Structures

.

        /// WLAN_CONNECTION_MODE->_WLAN_CONNECTION_MODE

.

        public WLAN_CONNECTION_MODE wlanConnectionMode;

.

     ''' WLAN_CONNECTION_MODE->_WLAN_CONNECTION_MODE

.

     Public wlanConnectionMode As WLAN_CONNECTION_MODE

.

WLAN_CONNECTION_MODE

.

        public WLAN_CONNECTION_MODE wlanConnectionMode;

.

WLAN_CONNECTION_MODE

wlanapi

.

wlanConnectionParameters.wlanConnectionMode = WLAN_CONNECTION_MODE.wlan_connection_mode_profile;

.

wlanConnectionParameters.wlanConnectionMode = WLAN_CONNECTION_MODE.wlan_connection_mode_profile


 
Access PInvoke.net directly from VS: