Struct bl602_sdk::wifi::wifi_mgmr_profile_msg [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_profile_msg {}
Fields
ssid: [c_char; 32]
ssid_tail: [c_char; 1]
ssid_len: u32
psk: [c_char; 64]
psk_tail: [c_char; 1]
pmk: [c_char; 64]
pmk_tail: [c_char; 1]
psk_len: u32
pmk_len: u32
mac: [u8; 6]
band: u8
freq: u16
dhcp_use: u8
Trait Implementations
Auto Trait Implementations
impl Send for wifi_mgmr_profile_msg
impl Sync for wifi_mgmr_profile_msg
impl Unpin for wifi_mgmr_profile_msg
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.