Function esp_idf_hal::sys::esp_wifi_internal_get_config_channel
source ยท pub unsafe extern "C" fn esp_wifi_internal_get_config_channel(
ifx: u32,
primary: *mut u8,
second: *mut u8,
) -> i32
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