Ieee80211PortResults Object


Description:

IEEE 802.11 Port Results

Parents: Ieee80211ClientConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

Ieee80211ClientConfig

Use this to connect a results object to an object.

Ieee80211PortResults Writable Attributes

There are no writable attributes.

Ieee80211PortResults 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 client associations completed.

Type: u32

Default: 0

NbrOfClients

Number of clients per port.

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

Current state of all device blocks on the port.

Type: enum

Default: PORT_IDLE

Possible Values:

Value Description
PORT_IDLE

All device blocks in this port are in the idle state.

PORT_ASSOCIATING

Association process has initiated but is not yet completed.

PORT_PARTIALLYASSOCIATED

At least one client on the port has associated successfully.

PORT_ASSOCIATED

All device blocks on this port have associated successfully.

TxBytes

Number of bytes sent.

Type: u64

Default: 0

TxPackets

Number of frames sent.

Type: u64

Default: 0

TxRate

Data rate of sent traffic in bits per second.

Type: u64

Default: 0