Function esp_idf_sys::esp_wifi_create_if_driver
source ยท pub unsafe extern "C" fn esp_wifi_create_if_driver(
wifi_if: wifi_interface_t,
) -> wifi_netif_driver_t
Expand description
@brief Creates wifi driver instance to be used with esp-netif
@param wifi_if wifi interface type (station, softAP)
@return
- pointer to wifi interface handle on success
- NULL otherwise