Contains association attributes for a connection.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/ns-wlanapi-wlan_association_attributes.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
dot11Bssid
↔ Array<
Uint8> -
A DOT11_MAC_ADDRESS
that contains the BSSID of the association.
getter/setter pair
- dot11BssType ↔ DOT11_BSS_TYPE
-
A DOT11_BSS_TYPE
value that specifies whether the network is infrastructure or ad hoc.
getter/setter pair
- dot11PhyType ↔ DOT11_PHY_TYPE
-
A DOT11_PHY_TYPE
value that indicates the physical type of the association.
getter/setter pair
- dot11Ssid ↔ DOT11_SSID
-
A
DOT11_SSIDstructure that contains the SSID of the association.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uDot11PhyIndex ↔ int
-
The position of the DOT11_PHY_TYPE
value in the structure containing the list of PHY types.
getter/setter pair
- ulRxRate ↔ int
-
Contains the receiving rate of the association.
getter/setter pair
- ulTxRate ↔ int
-
Contains the transmission rate of the association.
getter/setter pair
- wlanSignalQuality ↔ int
-
A percentage value that represents the signal quality of the network.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toNative(
{Allocator allocator = adaptiveCalloc}) → Pointer< WLAN_ASSOCIATION_ATTRIBUTES> - 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