diff options
| author | Vicente <[email protected]> | 2024-07-25 20:01:19 +0200 |
|---|---|---|
| committer | Vicente <[email protected]> | 2024-07-25 20:01:19 +0200 |
| commit | 29d79d3af2bad9ef2e3010de0589b1606bbcfb8d (patch) | |
| tree | f9777b03592f4c290be735a9cf7e1e7567d2a7ef /cyw43/src | |
| parent | da5ecd29f1a046526bbb56673a6e6c986dbd8c39 (diff) | |
Added doc comment to a public enum variant
Diffstat (limited to 'cyw43/src')
| -rw-r--r-- | cyw43/src/control.rs | 1 |
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))] |
| 48 | pub struct ScanOptions { | 48 | pub 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. |
