Ieee80211DeviceBlockResults Object


Description:

IEEE 802.11 device results.

Parents: Ieee80211ClientConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

Ieee80211ClientConfig

Use this to connect a results object to an object.

Ieee80211DeviceBlockResults Writable Attributes

There are no writable attributes.

Ieee80211DeviceBlockResults Read-Only Attributes

Read-Only Attribute Description
FtAveDelay

Average fast BSS transition delay, in milliseconds.

Type: u64

Default: 0

FtFail

Number of failed transitions.

Type: u64

Default: 0

FtMaxDelay

Maximum fast BSS transition delay, in milliseconds.

Type: u64

Default: 0

FtMinDelay

Minimum fast BSS transition delay, in milliseconds.

Type: u64

Default: 0

FtSuccess

Number of successful transitions.

Type: u64

Default: 0

NbrOfAssociated

Number of assocations completed.

Type: u32

Default: 0

NbrOfClients

Number of clients per device.

Type: u32

Default: 0

RxBytes

Number of bytes received.

Type: u64

Default: 0

RxPackets

Number of frames received.

Type: u64

Default: 0

RxRate

Data rate of received traffic in bits per second.

Type: u64

Default: 0

State

State of the device.

Type: enum

Default: BLOCK_IDLE

Possible Values:

Value Description
BLOCK_IDLE

All clients in the device block are in the idle state.

BLOCK_ASSOCIATING

Association process has initiated but is not yet completed.

BLOCK_DEASSOCIATING

Diassociation process has initiated but is not yet completed.

BLOCK_PARTIALLYASSOCIATED

Association process has completed and one or more of the clients associated successfully.

BLOCK_ASSOCIATED

Association process has completed and all clients associated successfully.

BLOCK_ASSOCIATE_FAIL

Association process has completed and all clients failed to associate.

TxBytes

Number of bytes sent.

Type: u64

Default: 0

TxPackets

Number of frames sent.

Type: u64

Default: 0

TxRate

Data rate of traffic sent in bits per second.

Type: u64

Default: 0