Golioth Firmware SDK
|
Go to the source code of this file.
Data Structures | |
struct | golioth_wifi_scan_result |
Wi-Fi scan result, which is passed to golioth_location_wifi_append() More... | |
Functions | |
enum golioth_status | golioth_location_wifi_append (struct golioth_location_req *req, const struct golioth_wifi_scan_result *entry) |
enum golioth_status golioth_location_wifi_append | ( | struct golioth_location_req * | req, |
const struct golioth_wifi_scan_result * | entry ) |
Append information about scanned WiFi network to location request
req | Location request |
entry | Information about scanned WiFi network |
GOLIOTH_OK | Location request finished successfully |
GOLIOTH_ERR_MEM_ALLOC | Not enough memory in request buffer |