![]()  | 
  
    RDK-B
    
   | 
 
#include <wifi_hal_deprecated.h>

Definition at line 164 of file wifi_hal_deprecated.h.
| INT _wifi_channelMetrics::channel_number | 
Each channel is only 20MHz bandwidth
Definition at line 165 of file wifi_hal_deprecated.h.
| 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.
| 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.
| 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.
| INT _wifi_channelMetrics::channel_non_80211_noise | 
Average non 802.11 noise
Definition at line 169 of file wifi_hal_deprecated.h.
| 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.
| 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.
| 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.
| UINT _wifi_channelMetrics::channel_rssi_count | 
RSSI counter in channel_rssi_list
Definition at line 174 of file wifi_hal_deprecated.h.