[−][src]Struct esp_idf_bindgen::wifi_init_config_t
@brief WiFi stack configuration parameters passed to esp_wifi_init call.
Fields
event_handler: system_event_handler_t< WiFi event handler
osi_funcs: *mut wifi_osi_funcs_t< WiFi OS functions
wpa_crypto_funcs: wpa_crypto_funcs_t< WiFi station crypto functions when connect
static_rx_buf_num: c_int< WiFi static RX buffer number
dynamic_rx_buf_num: c_int< WiFi dynamic RX buffer number
tx_buf_type: c_int< WiFi TX buffer type
static_tx_buf_num: c_int< WiFi static TX buffer number
dynamic_tx_buf_num: c_int< WiFi dynamic TX buffer number
csi_enable: c_int< WiFi channel state information enable flag
ampdu_rx_enable: c_int< WiFi AMPDU RX feature enable flag
ampdu_tx_enable: c_int< WiFi AMPDU TX feature enable flag
nvs_enable: c_int< WiFi NVS flash enable flag
nano_enable: c_int< Nano option for printf/scan family enable flag
tx_ba_win: c_int< WiFi Block Ack TX window size
rx_ba_win: c_int< WiFi Block Ack RX window size
wifi_task_core_id: c_int< WiFi Task Core ID
beacon_max_len: c_int< WiFi softAP maximum length of the beacon
mgmt_sbuf_num: c_int< WiFi management short buffer number, the minimum value is 6, the maximum value is 32
feature_caps: u64< Enables additional WiFi features and capabilities
magic: c_int< WiFi init magic number, it should be the last field
Trait Implementations
impl Clone for wifi_init_config_t[src]
fn clone(&self) -> wifi_init_config_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for wifi_init_config_t[src]
impl Debug for wifi_init_config_t[src]
impl Default for wifi_init_config_t[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,