WLAN_CONNECTION_MODE (Compact 7)

3/12/2014

This enumerated type defines the mode of connection.

Syntax

typedef 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
} WLAN_CONNECTION_MODE, *PWLAN_CONNECTION_MODE;

Constants

  • wlan_connection_mode_profile
    A profile will be used to make the connection
  • wlan_connection_mode_temporary_profile
    A temporary profile will be used to make the connection
  • wlan_connection_mode_discovery_secure
    Secure discovery will be used to make the connection
  • wlan_connection_mode_discovery_unsecure
    Unsecure discovery will be used to make the connection
  • wlan_connection_mode_auto
    A connection will be made automatically, generally by using a persistent profile
  • wlan_connection_mode_invalid
    Not used

See Also

Reference

Native Wi-Fi Enumerations
WLAN_CONNECTION_ATTRIBUTES
WLAN_CONNECTION_NOTIFICATION_DATA
WLAN_CONNECTION_PARAMETERS
Native Wi-Fi Reference