RDK-B
_wifi_channelMetrics Struct Reference

#include <wifi_hal_deprecated.h>

Collaboration diagram for _wifi_channelMetrics:
Collaboration graph

Data Fields

INT channel_number
 
BOOL channel_in_pool
 
INT channel_noise
 
BOOL channel_radar_noise
 
INT channel_non_80211_noise
 
INT channel_utilization
 
INT channel_txpower
 
wifi_apRssi_t channel_rssi_list [64]
 
UINT channel_rssi_count
 

yes

Definition at line 164 of file wifi_hal_deprecated.h.

Field Documentation

◆ channel_number

INT _wifi_channelMetrics::channel_number

Each channel is only 20MHz bandwidth

Definition at line 165 of file wifi_hal_deprecated.h.

◆ channel_in_pool

BOOL _wifi_channelMetrics::channel_in_pool

If channel_in_pool is false, driver do not need to scan this channel

Definition at line 166 of file wifi_hal_deprecated.h.

◆ channel_noise

INT _wifi_channelMetrics::channel_noise

This is used to return the average noise floor in dbm

Definition at line 167 of file wifi_hal_deprecated.h.

◆ channel_radar_noise

BOOL _wifi_channelMetrics::channel_radar_noise

If channel_number is in DFS channel, this is used to return if radar signal is present on DFS channel (5G only)

Definition at line 168 of file wifi_hal_deprecated.h.

◆ channel_non_80211_noise

INT _wifi_channelMetrics::channel_non_80211_noise

Average non 802.11 noise

Definition at line 169 of file wifi_hal_deprecated.h.

◆ channel_utilization

INT _wifi_channelMetrics::channel_utilization

This is used to return the 802.11 utilization in percent

Definition at line 170 of file wifi_hal_deprecated.h.

◆ channel_txpower

INT _wifi_channelMetrics::channel_txpower

This is used to return the current txpower in dbm on this channel

Definition at line 171 of file wifi_hal_deprecated.h.

◆ channel_rssi_list

wifi_apRssi_t _wifi_channelMetrics::channel_rssi_list[64]

RSSI list from the neighbor AP on this channel. The list should be sorted descendly based on ap_rssi. If there are more than 64 AP on this channel, return first 64.

Definition at line 173 of file wifi_hal_deprecated.h.

◆ channel_rssi_count

UINT _wifi_channelMetrics::channel_rssi_count

RSSI counter in channel_rssi_list

Definition at line 174 of file wifi_hal_deprecated.h.


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