pub struct WifiStaConfig {Show 15 fields
pub ssid: Vec<u8, 30>,
pub password: Vec<u8, 30>,
pub scan_method: i32,
pub bssid_set: bool,
pub bssid: Vec<u8, 30>,
pub channel: u32,
pub listen_interval: u32,
pub sort_method: i32,
pub threshold: WifiScanThreshold,
pub pmf_cfg: WifiPmfConfig,
pub bitmask: u32,
pub sae_pwe_h2e: i32,
pub failure_retry_cnt: u32,
pub he_bitmask: u32,
pub sae_h2e_identifier: Vec<u8, 30>,
}
Fields§
§ssid: Vec<u8, 30>
§password: Vec<u8, 30>
§scan_method: i32
§bssid_set: bool
§bssid: Vec<u8, 30>
§channel: u32
§listen_interval: u32
§sort_method: i32
§threshold: WifiScanThreshold
§pmf_cfg: WifiPmfConfig
§bitmask: u32
§sae_pwe_h2e: i32
§failure_retry_cnt: u32
§he_bitmask: u32
§sae_h2e_identifier: Vec<u8, 30>
Auto Trait Implementations§
impl Freeze for WifiStaConfig
impl RefUnwindSafe for WifiStaConfig
impl Send for WifiStaConfig
impl Sync for WifiStaConfig
impl Unpin for WifiStaConfig
impl UnwindSafe for WifiStaConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more