Searched refs:oper_mode (Results 1 – 3 of 3) sorted by relevance
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/ |
| D | sl_wifi_device.h | 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,
|
| D | sl_si91x_types.h | 111 …uint16_t oper_mode; ///< Operation mode, one of the values from @ref sl_si91x_ope… member
|
| /hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/ |
| D | sl_si91x_driver.c | 284 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() 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() 522 if (config->boot_config.oper_mode == SL_SI91X_TRANSMIT_TEST_MODE) { in sl_si91x_driver_init() 524 } else if (config->boot_config.oper_mode == SL_SI91X_TRANSCEIVER_MODE) { in sl_si91x_driver_init() 574 initialized_opermode = config->boot_config.oper_mode; in sl_si91x_driver_init() 577 if ((config->boot_config.oper_mode == SL_SI91X_CLIENT_MODE) in sl_si91x_driver_init() 578 || (config->boot_config.oper_mode == SL_SI91X_ENTERPRISE_CLIENT_MODE) in sl_si91x_driver_init() 579 || (config->boot_config.oper_mode == SL_SI91X_CONCURRENT_MODE) in sl_si91x_driver_init() [all …]
|