Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi.h704 esp_err_t esp_wifi_set_channel(uint8_t primary, wifi_second_chan_t second);
719 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second);
Desp_wifi_types.h153 } wifi_second_chan_t; typedef
224 wifi_second_chan_t second; /**< secondary channel of AP */
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c943 esp_err_t esp_wifi_set_channel(uint8_t primary, wifi_second_chan_t second) in esp_wifi_set_channel()
950 esp_err_t esp_wifi_get_channel(uint8_t *primary, wifi_second_chan_t *second) in esp_wifi_get_channel()