![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines a link to the scanned AP list. More...
#include <wifi_api.h>
Data Fields | |
| wifi_scan_list_item_t | ap_data |
| The information about an AP obtained through the scan result is stored in this data member. More... | |
| struct _wifi_scan_list_t * | next |
| Next item in the list. More... | |
This structure defines a link to the scanned AP list.
| wifi_scan_list_item_t ap_data |
The information about an AP obtained through the scan result is stored in this data member.
The information for all scanned AP(s) is stored in the linked list. Please refer to the definition of wifi_scan_list_item_t.
| struct _wifi_scan_list_t* next |
Next item in the list.