RDK-B
_wifi_associated_dev2 Struct Reference

#include <wifi_hal_deprecated.h>

Collaboration diagram for _wifi_associated_dev2:
Collaboration graph

Data Fields

mac_address_t cli_MACAddress
 
CHAR cli_IPAddress [64]
 
BOOL cli_AuthenticationState
 
UINT cli_LastDataDownlinkRate
 
UINT cli_LastDataUplinkRate
 
INT cli_SignalStrength
 
UINT cli_Retransmissions
 
BOOL cli_Active
 
CHAR cli_OperatingStandard [64]
 
CHAR cli_OperatingChannelBandwidth [64]
 
INT cli_SNR
 
CHAR cli_InterferenceSources [64]
 
ULONG cli_DataFramesSentAck
 
ULONG cli_DataFramesSentNoAck
 
ULONG cli_BytesSent
 
ULONG cli_BytesReceived
 
INT cli_RSSI
 
INT cli_MinRSSI
 
INT cli_MaxRSSI
 
UINT cli_Disassociations
 
UINT cli_AuthenticationFailures
 
ULLONG cli_Associations
 

yes

Definition at line 273 of file wifi_hal_deprecated.h.

Field Documentation

◆ cli_MACAddress

mac_address_t _wifi_associated_dev2::cli_MACAddress

The MAC address of an associated device.

Definition at line 275 of file wifi_hal_deprecated.h.

◆ cli_IPAddress

CHAR _wifi_associated_dev2::cli_IPAddress[64]

IP of the associated device

Definition at line 276 of file wifi_hal_deprecated.h.

◆ cli_AuthenticationState

BOOL _wifi_associated_dev2::cli_AuthenticationState

Whether an associated device has authenticated (true) or not (false).

Definition at line 277 of file wifi_hal_deprecated.h.

◆ cli_LastDataDownlinkRate

UINT _wifi_associated_dev2::cli_LastDataDownlinkRate

The data transmit rate in kbps that was most recently used for transmission from the access point to the associated device.

Definition at line 278 of file wifi_hal_deprecated.h.

◆ cli_LastDataUplinkRate

UINT _wifi_associated_dev2::cli_LastDataUplinkRate

The data transmit rate in kbps that was most recently used for transmission from the associated device to the access point.

Definition at line 279 of file wifi_hal_deprecated.h.

◆ cli_SignalStrength

INT _wifi_associated_dev2::cli_SignalStrength

An indicator of radio signal strength of the uplink from the associated device to the access point, measured in dBm, as an average of the last 100 packets received from the device.

Definition at line 280 of file wifi_hal_deprecated.h.

◆ cli_Retransmissions

UINT _wifi_associated_dev2::cli_Retransmissions

The number of packets that had to be re-transmitted, from the last 100 packets sent to the associated device. Multiple re-transmissions of the same packet count as one.

Definition at line 281 of file wifi_hal_deprecated.h.

◆ cli_Active

BOOL _wifi_associated_dev2::cli_Active

boolean-Whether or not this node is currently present in the WiFi AccessPoint network.

Definition at line 282 of file wifi_hal_deprecated.h.

◆ cli_OperatingStandard

CHAR _wifi_associated_dev2::cli_OperatingStandard[64]

Radio standard the associated Wi-Fi client device is operating under. Enumeration of:

Definition at line 284 of file wifi_hal_deprecated.h.

◆ cli_OperatingChannelBandwidth

CHAR _wifi_associated_dev2::cli_OperatingChannelBandwidth[64]

The operating channel bandwidth of the associated device. The channel bandwidth (applicable to 802.11n and 802.11ac specifications only). Enumeration of:

Definition at line 285 of file wifi_hal_deprecated.h.

◆ cli_SNR

INT _wifi_associated_dev2::cli_SNR

A signal-to-noise ratio (SNR) compares the level of the Wi-Fi signal to the level of background noise. Sources of noise can include microwave ovens, cordless phone, bluetooth devices, wireless video cameras, wireless game controllers, fluorescent lights and more. It is measured in decibels (dB).

Definition at line 286 of file wifi_hal_deprecated.h.

◆ cli_InterferenceSources

CHAR _wifi_associated_dev2::cli_InterferenceSources[64]

Wi-Fi operates in two frequency ranges (2.4 Ghz and 5 Ghz) which may become crowded other radio products which operate in the same ranges. This parameter reports the probable interference sources that this Wi-Fi access point may be observing. The value of this parameter is a comma seperated list of the following possible sources: eg: MicrowaveOven,CordlessPhone,BluetoothDevices,FluorescentLights,ContinuousWaves,Others

Definition at line 287 of file wifi_hal_deprecated.h.

◆ cli_DataFramesSentAck

ULONG _wifi_associated_dev2::cli_DataFramesSentAck

The DataFramesSentAck parameter indicates the total number of MSDU frames marked as duplicates and non duplicates acknowledged. The value of this counter may be reset to zero when the CPE is rebooted. Refer section A.2.3.14 of CableLabs Wi-Fi MGMT Specification.

Definition at line 288 of file wifi_hal_deprecated.h.

◆ cli_DataFramesSentNoAck

ULONG _wifi_associated_dev2::cli_DataFramesSentNoAck

The DataFramesSentNoAck parameter indicates the total number of MSDU frames retransmitted out of the interface (i.e., marked as duplicate and non-duplicate) and not acknowledged, but does not exclude those defined in the DataFramesLost parameter. The value of this counter may be reset to zero when the CPE is rebooted. Refer section A.2.3.14 of CableLabs Wi-Fi MGMT Specification.

Definition at line 289 of file wifi_hal_deprecated.h.

◆ cli_BytesSent

ULONG _wifi_associated_dev2::cli_BytesSent

The total number of bytes transmitted to the client device, including framing characters.

Definition at line 290 of file wifi_hal_deprecated.h.

◆ cli_BytesReceived

ULONG _wifi_associated_dev2::cli_BytesReceived

The total number of bytes received from the client device, including framing characters.

Definition at line 291 of file wifi_hal_deprecated.h.

◆ cli_RSSI

INT _wifi_associated_dev2::cli_RSSI

The Received Signal Strength Indicator, RSSI, parameter is the energy observed at the antenna receiver for transmissions from the device averaged over past 100 packets recevied from the device.

Definition at line 292 of file wifi_hal_deprecated.h.

◆ cli_MinRSSI

INT _wifi_associated_dev2::cli_MinRSSI

The Minimum Received Signal Strength Indicator, RSSI, parameter is the minimum energy observed at the antenna receiver for past transmissions (100 packets).

Definition at line 293 of file wifi_hal_deprecated.h.

◆ cli_MaxRSSI

INT _wifi_associated_dev2::cli_MaxRSSI

The Maximum Received Signal Strength Indicator, RSSI, parameter is the energy observed at the antenna receiver for past transmissions (100 packets).

Definition at line 294 of file wifi_hal_deprecated.h.

◆ cli_Disassociations

UINT _wifi_associated_dev2::cli_Disassociations

This parameter represents the total number of client disassociations. Reset the parameter evey 24hrs or reboot

Definition at line 295 of file wifi_hal_deprecated.h.

◆ cli_AuthenticationFailures

UINT _wifi_associated_dev2::cli_AuthenticationFailures

This parameter indicates the total number of authentication failures. Reset the parameter evey 24hrs or reboot

Definition at line 296 of file wifi_hal_deprecated.h.

◆ cli_Associations

ULLONG _wifi_associated_dev2::cli_Associations

Stats handle used to determine reconnects; increases for every association (stat delta calcualtion)

Definition at line 298 of file wifi_hal_deprecated.h.


The documentation for this struct was generated from the following file: