WLAN_CONNECTION_ATTRIBUTES (Compact 7)

3/12/2014

This structure defines the attributes of a wireless connection.

Syntax

typedef struct _WLAN_CONNECTION_ATTRIBUTES {
  WLAN_INTERFACE_STATE isState;
  WLAN_CONNECTION_MODE wlanConnectionMode;
  WCHAR strProfileName[256];
  WLAN_ASSOCIATION_ATTRIBUTES wlanAssociationAttributes;
  WLAN_SECURITY_ATTRIBUTES wlanSecurityAttributes;
} WLAN_CONNECTION_ATTRIBUTES,
  *PWLAN_CONNECTION_ATTRIBUTES;

Members

  • strProfileName
    The name of the profile used for the connection. Profile names are case-sensitive and the string must be NULL-terminated

See Also

Reference

Native Wi-Fi Structures
WLAN_INTERFACE_STATE
WLAN_CONNECTION_MODE
WLAN_ASSOCIATION_ATTRIBUTES
WLAN_SECURITY_ATTRIBUTES
WlanQueryInterface
Native Wi-Fi Reference