nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
scan_wifi.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef SCAN_WIFI_H
8#define SCAN_WIFI_H
9
10#include <modem/location.h>
12
14void scan_wifi_execute(int32_t timeout, struct k_sem *wifi_scan_ready);
17#if defined(CONFIG_LOCATION_DATA_DETAILS)
19#endif
20
21#endif /* SCAN_WIFI_H */
Public APIs for the Location library.
int scan_wifi_init(void)
int scan_wifi_cancel(void)
void scan_wifi_execute(int32_t timeout, struct k_sem *wifi_scan_ready)
void scan_wifi_details_get(struct location_data_details *details)
struct wifi_scan_info * scan_wifi_results_get(void)
Definition: location.h:223
Access points found during a Wi-Fi scan.
Definition: wifi_location_common.h:29