7#ifndef WIFI_LOCATION_COMMON_H_
8#define WIFI_LOCATION_COMMON_H_
12#include <zephyr/net/wifi_mgmt.h>
24#define WIFI_MAC_ADDR_STR_LEN ((WIFI_MAC_ADDR_LEN * 2) + 5)
26#define WIFI_MAC_ADDR_TEMPLATE "%02x:%02x:%02x:%02x:%02x:%02x"
struct wifi_scan_result * ap_info
Definition wifi_location_common.h:31
uint16_t cnt
Definition wifi_location_common.h:33
Access points found during a Wi-Fi scan.
Definition wifi_location_common.h:29