Struct bl602_sdk::wifi::wifi_mgmr[][src]

#[repr(C)]
pub struct wifi_mgmr {
Show fields pub ready: u8, pub channel: c_int, pub inf_ap_enabled: c_int, pub wlan_sta: wlan_netif, pub wlan_ap: wlan_netif, pub status: WIFI_MGMR_CONNECTION_STATUS_T, pub profiles: [wifi_mgmr_profile_t; 2], pub profile_active_index: c_int, pub scan_items: [wifi_mgmr_scan_item_t; 50], pub mq: os_messagequeue_t, pub mq_pool: [u8; 2240], pub m: stateMachine, pub timer: os_timer_t, pub wifi_mgmr_stat_info: wifi_mgmr_connect_ind_stat_info_t, pub country_code: [c_char; 3], pub disable_autoreconnect: u8, pub channel_nums: c_int, pub pending_task: u32, pub features: u32, pub scan_item_timeout: c_int,
}

Fields

ready: u8channel: c_intinf_ap_enabled: c_intwlan_sta: wlan_netifwlan_ap: wlan_netifstatus: WIFI_MGMR_CONNECTION_STATUS_Tprofiles: [wifi_mgmr_profile_t; 2]profile_active_index: c_intscan_items: [wifi_mgmr_scan_item_t; 50]mq: os_messagequeue_tmq_pool: [u8; 2240]m: stateMachinetimer: os_timer_twifi_mgmr_stat_info: wifi_mgmr_connect_ind_stat_info_tcountry_code: [c_char; 3]disable_autoreconnect: u8channel_nums: c_intpending_task: u32features: u32scan_item_timeout: c_int

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.