blob: b9e1e524073bf019afe7b72bfbab3730df69057e [file] [log] [blame] [view]
<link rel="stylesheet" href="../style.css" />
[TOC]
# fuchsia.location.sensor
<p>Protocols and types related to sensors.</p>
<div class="fidl-version-div"><span class="fidl-attribute fidl-version">Added: 7</span></div>
## **PROTOCOLS**
## WlanBaseStationWatcher {#WlanBaseStationWatcher}
*Defined in [fuchsia.location.sensor/sensor.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.location.sensor/sensor.fidl;l=12)*
<p>Passively accepts WLAN scan results.</p>
### ReportCurrentStations {#WlanBaseStationWatcher.ReportCurrentStations}
<p>Provides a handle with which to enumerate the stations currently visible
to the device.</p>
#### Request {#WlanBaseStationWatcher.ReportCurrentStations_Request}
<table>
<tr><th>Name</th><th>Type</th></tr>
<tr>
<td><code>stations</code></td>
<td>
<code><a class='link' href='../fuchsia.wlan.policy/'>fuchsia.wlan.policy</a>/<a class='link' href='../fuchsia.wlan.policy/#ScanResultIterator'>ScanResultIterator</a></code>
</td>
</tr>
</table>