Values.WiFiAccessPointSourceWi-Fi access point.
type nonrec t = {macAddress : MacAddress.t;Wi-Fi MAC Address.
*)rss : RSS.t;Received signal strength (dBm) of the WLAN measurement data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RSS.t | `String of MacAddress.t ]) list ]