Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_wifi_scan_result Struct Reference

Wi-Fi scan result, which is passed to golioth_location_wifi_append() More...

#include <wifi.h>

Data Fields

int8_t rssi
 
uint8_t mac [6]
 

Detailed Description

Wi-Fi scan result, which is passed to golioth_location_wifi_append()

Definition at line 19 of file wifi.h.

Field Documentation

◆ mac

uint8_t golioth_wifi_scan_result::mac[6]

BSSID

Definition at line 24 of file wifi.h.

◆ rssi

int8_t golioth_wifi_scan_result::rssi

RSSI

Definition at line 22 of file wifi.h.


The documentation for this struct was generated from the following file: