Struct bl602_sdk::wifi::wifi_mgmr_ap_msg [−][src]
#[repr(C, packed)]pub struct wifi_mgmr_ap_msg { pub channel: i32, pub ssid: [c_char; 32], pub ssid_tail: [c_char; 1], pub hidden_ssid: u8, pub ssid_len: u32, pub psk: [c_char; 64], pub psk_tail: [c_char; 1], pub psk_len: u32, }
Fields
channel: i32
ssid: [c_char; 32]
ssid_tail: [c_char; 1]
ssid_len: u32
psk: [c_char; 64]
psk_tail: [c_char; 1]
psk_len: u32
Trait Implementations
Auto Trait Implementations
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.