Golioth Firmware SDK
Loading...
Searching...
No Matches
wifi.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Golioth, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifdef __cplusplus
8extern "C"
9{
10#endif
11
12#pragma once
13
14#include <stdint.h>
15
16#include <golioth/net_info.h>
17
20{
22 int8_t rssi;
24 uint8_t mac[6];
25};
26
34enum golioth_status golioth_net_info_wifi_append(struct golioth_net_info *info,
35 const struct golioth_wifi_scan_result *entry);
36
37#ifdef __cplusplus
38}
39#endif
golioth_status
Wi-Fi scan result, which is passed to golioth_net_info_wifi_append()
Definition wifi.h:20
enum golioth_status golioth_net_info_wifi_append(struct golioth_net_info *info, const struct golioth_wifi_scan_result *entry)