Home
last modified time | relevance | path

Searched refs:coex_wifi_channel_set (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/esp_coex/include/private/
Desp_coexist_internal.h138 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary);
/hal_espressif-latest/zephyr/port/coex/
Dcoex_stubs.c132 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set() function
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c420 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c469 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c478 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c414 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c431 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c486 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c572 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c577 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c587 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c654 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c654 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c658 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()