Struct bl602_sdk::wifi::wifi_mgmr_scan_item [−][src]
#[repr(C)]pub struct wifi_mgmr_scan_item { pub ssid: [c_char; 32], pub ssid_tail: [c_char; 1], pub ssid_len: u32, pub bssid: [u8; 6], pub channel: u8, pub rssi: i8, pub ppm_abs: i8, pub ppm_rel: i8, pub auth: u8, pub cipher: u8, pub is_used: u8, pub timestamp_lastseen: u32, }
Fields
ssid: [c_char; 32]
ssid_tail: [c_char; 1]
ssid_len: u32
bssid: [u8; 6]
channel: u8
rssi: i8
ppm_abs: i8
ppm_rel: i8
auth: u8
cipher: u8
is_used: u8
timestamp_lastseen: u32
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for wifi_mgmr_scan_item
impl Sync for wifi_mgmr_scan_item
impl Unpin for wifi_mgmr_scan_item
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.