![]() |
nRF WiFi
|
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] |
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.