nRF WiFi
Loading...
Searching...
No Matches
nrf_wifi_umac_event_new_scan_results Struct Reference

This structure serves as a response to the command NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS. It contains scan results for each entry. RPU sends multiple events of this type for every scan entry, and when umac_hdr->seq == 0, it indicates the last scan entry. More...

#include <host_rpu_umac_if.h>

Data Fields

struct nrf_wifi_umac_hdr umac_hdr
 
unsigned int valid_fields
 
unsigned int generation
 
unsigned int frequency
 
unsigned int chan_width
 
unsigned int seen_ms_ago
 
unsigned int nrf_wifi_flags
 
signed int status
 
unsigned long long ies_tsf
 
unsigned long long beacon_ies_tsf
 
unsigned short beacon_interval
 
unsigned short capability
 
struct nrf_wifi_signal signal
 
unsigned char mac_addr [6]
 
unsigned int ies_len
 
unsigned int beacon_ies_len
 
unsigned char ies [0]
 

Detailed Description

This structure serves as a response to the command NRF_WIFI_UMAC_CMD_GET_SCAN_RESULTS. It contains scan results for each entry. RPU sends multiple events of this type for every scan entry, and when umac_hdr->seq == 0, it indicates the last scan entry.


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