Function esp_idf_sys::esp_wifi_internal_get_config_channel
source ยท pub unsafe extern "C" fn esp_wifi_internal_get_config_channel(
ifx: wifi_interface_t,
primary: *mut u8,
second: *mut u8,
) -> esp_err_t
Expand description
@brief Get the user-configured channel info
@param ifx : WiFi interface @param primary : store the configured primary channel @param second : store the configured second channel
@return
- ESP_OK: succeed