Thin wrapper around l2scan list to support WiFi scan results. More...
Thin wrapper around l2scan list to support WiFi scan results.
Definition in file wifi_scan_list.h.
Go to the source code of this file.
Functions | |
static void | wifi_scan_list_empty (wifi_scan_list_t *list, wifi_scan_list_node_t *nodes, unsigned nodes_numof) |
Empty the WiFi scan list to start a new scan. | |
static void | wifi_scan_list_insert (wifi_scan_list_t *list, wifi_scan_list_node_t *nodes, unsigned nodes_numof, const wifi_scan_result_t *result) |
Insert a new WiFi scan result into the list. | |
static unsigned | wifi_scan_list_to_array (const wifi_scan_list_t *list, wifi_scan_result_t *array, unsigned numof) |
Copy the content of a WiFi scan list to an array to get rid of the list overhead. | |