WLAN_CONNECTION_PARAMETERS class base struct

Specifies the parameters used when using the WlanConnect function.

To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/ns-wlanapi-wlan_connection_parameters.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dot11BssType DOT11_BSS_TYPE
A DOT11_BSS_TYPE value that indicates the BSS type of the network.
getter/setter pair
dwFlags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pDesiredBssidList Pointer<DOT11_BSSID_LIST>
Pointer to a DOT11_BSSID_LIST structure that contains the list of basic service set (BSS) identifiers desired for the connection.
getter/setter pair
pDot11Ssid Pointer<DOT11_SSID>
Pointer to a DOT11_SSID structure that specifies the SSID of the network to connect to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strProfile PWSTR
Specifies the profile being used for the connection.
getter/setter pair
wlanConnectionMode WLAN_CONNECTION_MODE
A WLAN_CONNECTION_MODE value that specifies the mode of connection.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<WLAN_CONNECTION_PARAMETERS>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited