From 36107996185fdb7b4db2b2f2bc927033cf6d4e41 Mon Sep 17 00:00:00 2001 From: Gustav Toft <guto@factbird.com> Date: Wed, 5 Jun 2024 08:33:55 +0200 Subject: [PATCH] Added docs. --- cyw43/src/control.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cyw43/src/control.rs b/cyw43/src/control.rs index 0a8cb9c8c..8944865c1 100644 --- a/cyw43/src/control.rs +++ b/cyw43/src/control.rs @@ -393,6 +393,7 @@ impl<'a> Control<'a> { self.set_iovar_u32x2("bss", 0, 1).await; // bss = BSS_UP } + /// Closes access point. pub async fn close_ap(&mut self) { // Stop AP self.set_iovar_u32x2("bss", 0, 0).await; // bss = BSS_DOWN