Searched refs:coex_wifi_channel_set (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_coexist_internal.h | 138 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary);
|
/hal_espressif-latest/zephyr/port/coex/ |
D | coex_stubs.c | 132 int coex_wifi_channel_set(uint8_t primary, uint8_t secondary) in coex_wifi_channel_set() function
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 420 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 469 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 478 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 414 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 431 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 486 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 572 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 577 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 587 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 654 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 654 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 658 return coex_wifi_channel_set(primary, secondary); in coex_wifi_channel_set_wrapper()
|