Home
last modified time | relevance | path

Searched refs:esp_wifi_remain_on_channel (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c442 ret = esp_wifi_remain_on_channel(WIFI_IF_STA, WIFI_ROC_REQ, channel, in esp_dpp_task()
686 esp_wifi_remain_on_channel(WIFI_IF_STA, WIFI_ROC_CANCEL, 0, 0, NULL); in esp_supp_dpp_stop_listen()
Desp_wifi_driver.h286 esp_err_t esp_wifi_remain_on_channel(uint8_t ifx, uint8_t type, uint8_t channel,
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c403 esp_err_t esp_wifi_remain_on_channel(uint8_t ifx, uint8_t type, uint8_t channel, in esp_wifi_remain_on_channel() function