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
8
extern
"C"
9
{
10
#endif
11
12
#pragma once
13
14
#include <stdint.h>
15
16
#include <
golioth/net_info.h
>
17
19
struct
golioth_wifi_scan_result
20
{
22
int8_t
rssi
;
24
uint8_t
mac
[6];
25
};
26
34
enum
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
golioth_status
Definition
golioth_status.h:37
net_info.h
golioth_wifi_scan_result
Wi-Fi scan result, which is passed to golioth_net_info_wifi_append()
Definition
wifi.h:20
golioth_wifi_scan_result::mac
uint8_t mac[6]
Definition
wifi.h:24
golioth_wifi_scan_result::rssi
int8_t rssi
Definition
wifi.h:22
golioth_net_info_wifi_append
enum golioth_status golioth_net_info_wifi_append(struct golioth_net_info *info, const struct golioth_wifi_scan_result *entry)
include
golioth
net_info
wifi.h
Generated on Thu Aug 14 2025 04:44:34 for Golioth Firmware SDK by
1.10.0