Struct bl602_sdk::wifi::wifi_mgmr_sta_connect_ind_stat_info[][src]

#[repr(C)]
pub struct wifi_mgmr_sta_connect_ind_stat_info { pub status_code: u16, pub type_ind: u8, pub ssid: [c_char; 32], pub psk: [c_char; 65], pub pmk: [c_char; 64], pub bssid: [u8; 6], pub chan_freq: u16, pub chan_band: u8, }

Fields

status_code: u16type_ind: u8ssid: [c_char; 32]psk: [c_char; 65]pmk: [c_char; 64]bssid: [u8; 6]chan_freq: u16chan_band: 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.