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: u8
channel: c_int
inf_ap_enabled: c_int
wlan_sta: wlan_netif
wlan_ap: wlan_netif
status: WIFI_MGMR_CONNECTION_STATUS_T
profiles: [wifi_mgmr_profile_t; 2]
profile_active_index: c_int
scan_items: [wifi_mgmr_scan_item_t; 50]
mq: os_messagequeue_t
mq_pool: [u8; 2240]
m: stateMachine
timer: os_timer_t
wifi_mgmr_stat_info: wifi_mgmr_connect_ind_stat_info_t
country_code: [c_char; 3]
disable_autoreconnect: u8
channel_nums: c_int
pending_task: u32
features: u32
scan_item_timeout: c_int
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.