Added docs.

This commit is contained in:
Gustav Toft 2024-06-05 08:33:55 +02:00
parent a516dbd5e2
commit 3610799618

View File

@ -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