#[repr(C)]pub struct wifi_bss_max_idle_config_t {
pub period: u16,
pub protected_keep_alive: bool,
}Expand description
@brief Configuration structure for BSS max idle
Fields§
§period: u16< Sets BSS Max idle period (1 Unit = 1000TUs OR 1.024 Seconds). If there are no frames for this period from a STA, SoftAP will disassociate due to inactivity. Setting it to 0 disables the feature
protected_keep_alive: bool< Requires clients to use protected keep alive frames for BSS Max Idle period
Trait Implementations§
Source§impl Clone for wifi_bss_max_idle_config_t
impl Clone for wifi_bss_max_idle_config_t
Source§fn clone(&self) -> wifi_bss_max_idle_config_t
fn clone(&self) -> wifi_bss_max_idle_config_t
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wifi_bss_max_idle_config_t
impl Debug for wifi_bss_max_idle_config_t
Source§impl Default for wifi_bss_max_idle_config_t
impl Default for wifi_bss_max_idle_config_t
Source§fn default() -> wifi_bss_max_idle_config_t
fn default() -> wifi_bss_max_idle_config_t
Returns the “default value” for a type. Read more
impl Copy for wifi_bss_max_idle_config_t
Auto Trait Implementations§
impl Freeze for wifi_bss_max_idle_config_t
impl RefUnwindSafe for wifi_bss_max_idle_config_t
impl Send for wifi_bss_max_idle_config_t
impl Sync for wifi_bss_max_idle_config_t
impl Unpin for wifi_bss_max_idle_config_t
impl UnsafeUnpin for wifi_bss_max_idle_config_t
impl UnwindSafe for wifi_bss_max_idle_config_t
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)