Struct bl602_sdk::wifi::wifi_mgmr_profile[][src]

#[repr(C)]
pub struct wifi_mgmr_profile { pub ssid: [c_char; 33], pub no_autoconnect: u8, pub ssid_len: u32, pub psk: [c_char; 65], pub psk_len: u32, pub pmk: [c_char; 65], pub pmk_len: u32, pub mac: [u8; 6], pub dhcp_use: u8, pub priority: u8, pub isActive: u8, pub isUsed: u8, }

Fields

ssid: [c_char; 33]no_autoconnect: u8ssid_len: u32psk: [c_char; 65]psk_len: u32pmk: [c_char; 65]pmk_len: u32mac: [u8; 6]dhcp_use: u8priority: u8isActive: u8isUsed: 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.