![]() |
WE310F5
39.00.000
|
Structure to get the count for scan results. More...
#include <m2mb_wlan_driver.h>
Data Fields | |
UINT8 | entries |
VOID * | scan_info |
Structure to get the count for scan results.
Structure for storing a number of scan results and pointer to the array of M2MB_WLAN_BSS_SCAN_INFO_T type structures, so that the user can come to know the total number of filled structures. The application uses this data structure to interpret the event payload received with an M2MB_WLAN_SCAN_COMPLETE_CB event.
Definition at line 121 of file m2mb_wlan_driver.h.
UINT8 entries |
Number of scan result entries
Definition at line 123 of file m2mb_wlan_driver.h.
VOID* scan_info |
Pointer to array to scan result structures
Definition at line 124 of file m2mb_wlan_driver.h.