The SCAN environment. More...
#include <scanu.h>

Data Fields | |
| struct scanu_start_req const * | param |
| Parameters of the Scan request. | |
| struct hal_dma_desc_tag | dma_desc |
| GP DMA descriptor. | |
| uint16_t | result_cnt |
| The number of scan results obtained from LMAC. | |
| struct mac_scan_result | scan_result [SCANU_MAX_RESULTS] |
| Array containing the results of the scan. | |
| ke_task_id_t | src_id |
| Task ID of the sender of the scan request. | |
| bool | joining |
| Joining mode indication. | |
| uint8_t | band |
| Band currently scanned. | |
| struct mac_addr | bssid |
| BSSID looked for. | |
| struct mac_ssid | ssid |
| SSID looked for. | |
| struct mac_addr | ref_bssid |
| Reference BSSID looked for. | |
| bool | p2p_scan |
| P2P Scan (ssid we are looking for is "DIRECT-"). | |
| bool | join_status |
| Join procedure status (1: success, 0: failure). | |
| struct scanu_mbssids_tag | mbssids |
| nonTransmitted BSSID database | |
The SCAN environment.
This environment can be used by any element that requires the SCAN.
Definition at line 68 of file scanu.h.
1.6.1