aboutsummaryrefslogtreecommitdiff
path: root/cyw43/src/control.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cyw43/src/control.rs')
-rw-r--r--cyw43/src/control.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs
index d48cd6748..f0f179e2e 100644
--- a/cyw43/src/control.rs
+++ b/cyw43/src/control.rs
@@ -46,6 +46,7 @@ pub enum ScanType {
46#[derive(Clone)] 46#[derive(Clone)]
47#[cfg_attr(feature = "defmt", derive(defmt::Format))] 47#[cfg_attr(feature = "defmt", derive(defmt::Format))]
48pub struct ScanOptions { 48pub struct ScanOptions {
49 /// SSID to scan for.
49 pub ssid: Option<heapless::String<32>>, 50 pub ssid: Option<heapless::String<32>>,
50 /// If set to `None`, all APs will be returned. If set to `Some`, only APs 51 /// If set to `None`, all APs will be returned. If set to `Some`, only APs
51 /// with the specified BSSID will be returned. 52 /// with the specified BSSID will be returned.