WLAN_CONNECTION_ATTRIBUTES (Compact 2013)
3/26/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
- isState
A WLAN_INTERFACE_STATE value that indicates the state of the interface
- wlanConnectionMode
A WLAN_CONNECTION_MODE value that indicates the mode of the connection
- strProfileName
The name of the profile used for the connection. Profile names are case-sensitive and the string must be NULL-terminated
- wlanAssociationAttributes
A WLAN_ASSOCIATION_ATTRIBUTES structure that contains the attributes of the association
- wlanSecurityAttributes
A WLAN_SECURITY_ATTRIBUTES structure that contains the security attributes of the connection
See Also
Reference
Native Wi-Fi Structures
WLAN_INTERFACE_STATE
WLAN_CONNECTION_MODE
WLAN_ASSOCIATION_ATTRIBUTES
WLAN_SECURITY_ATTRIBUTES
WlanQueryInterface
Native Wi-Fi Reference