Function esp_idf_sys::esp_netif_attach_wifi_station
source ยท pub unsafe extern "C" fn esp_netif_attach_wifi_station(
esp_netif: *mut esp_netif_t,
) -> esp_err_t
Expand description
@brief Attaches wifi station interface to supplied netif
@param esp_netif instance to attach the wifi station to
@return
- ESP_OK on success
- ESP_FAIL if attach failed