Values.WiFiAccessPointSourceWi-Fi access point.
type nonrec t = {macAddress : WiFiAccessPointMacAddressString.t;Medium access control address (Mac).
*)rss : WiFiAccessPointRssInteger.t;Received signal strength (dBm) of the WLAN measurement data.
*)}val make :
macAddress:WiFiAccessPointMacAddressString.t ->
rss:WiFiAccessPointRssInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of WiFiAccessPointRssInteger.t
| `String of WiFiAccessPointMacAddressString.t ])
list ]