Struct bl602_sdk::wifi::wifi_mgmr_profile_msg[][src]

#[repr(C, packed)]
pub struct wifi_mgmr_profile_msg {
Show fields pub ssid: [c_char; 32], pub ssid_tail: [c_char; 1], pub ssid_len: u32, pub psk: [c_char; 64], pub psk_tail: [c_char; 1], pub pmk: [c_char; 64], pub pmk_tail: [c_char; 1], pub psk_len: u32, pub pmk_len: u32, pub mac: [u8; 6], pub band: u8, pub freq: u16, pub dhcp_use: u8,
}

Fields

ssid: [c_char; 32]ssid_tail: [c_char; 1]ssid_len: u32psk: [c_char; 64]psk_tail: [c_char; 1]pmk: [c_char; 64]pmk_tail: [c_char; 1]psk_len: u32pmk_len: u32mac: [u8; 6]band: u8freq: u16dhcp_use: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.