|
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_net_info_wifi_append() More... | |
Functions | |
| enum golioth_status | golioth_net_info_wifi_append (struct golioth_net_info *info, const struct golioth_wifi_scan_result *entry) |
| enum golioth_status golioth_net_info_wifi_append | ( | struct golioth_net_info * | info, |
| const struct golioth_wifi_scan_result * | entry ) |
Append information about scanned Wi-Fi network to network information
| info | Network information |
| entry | Information about scanned Wi-Fi network |
| GOLIOTH_OK | Wi-Fi network info added successfully |
| GOLIOTH_ERR_MEM_ALLOC | Not enough memory in network info buffer |