Home
last modified time | relevance | path

Searched refs:boot_config (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h2085 …sl_si91x_boot_configuration_t boot_config; ///< Si91x boot configuration. Refer to @ref SL_SI91X_B… member
2149 .boot_config = { .oper_mode = SL_SI91X_CLIENT_MODE,
2184 .boot_config = { .oper_mode = SL_SI91X_ENTERPRISE_CLIENT_MODE,
2210 .boot_config = { .oper_mode = SL_SI91X_ACCESS_POINT_MODE,
2234 .boot_config = { .oper_mode = SL_SI91X_CONCURRENT_MODE,
2258 .boot_config = { .oper_mode = SL_SI91X_CONCURRENT_MODE,
2285 .boot_config = { .oper_mode = SL_SI91X_TRANSMIT_TEST_MODE,
2314 .boot_config = { .oper_mode = SL_SI91X_TRANSCEIVER_MODE,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c284 if (config->boot_config.oper_mode != SL_SI91X_ACCESS_POINT_MODE) { in sl_si91x_driver_init_wifi_radio()
321 …status = sl_si91x_set_device_region(config->boot_config.oper_mode, config->band, config->region_co… in sl_si91x_driver_init_wifi_radio()
344 if (config->boot_config.coex_mode == SL_SI91X_WLAN_MODE) { // Check for not support mode in sl_si91x_driver_init()
349 if (config->boot_config.oper_mode == SL_SI91X_ACCESS_POINT_MODE) { in sl_si91x_driver_init()
369 …return (initialized_opermode == config->boot_config.oper_mode) ? SL_STATUS_OK : SL_STATUS_WIFI_INV… in sl_si91x_driver_init()
383 uint32_t *tcp_ip_feature_bit_map = (uint32_t *)&(config->boot_config.tcp_ip_feature_bit_map); in sl_si91x_driver_init()
466 &config->boot_config, in sl_si91x_driver_init()
484 feature_bit_map = config->boot_config.feature_bit_map; in sl_si91x_driver_init()
487 …if (config->boot_config.coex_mode == SL_SI91X_BLE_MODE || config->boot_config.coex_mode == SL_SI91… in sl_si91x_driver_init()
512 if ((!config->boot_config.coex_mode) in sl_si91x_driver_init()
[all …]