pub unsafe extern "C" fn esp_netif_attach_wifi_ap(
    esp_netif: *mut esp_netif_obj
) -> i32
Expand description

@brief Attaches wifi soft AP interface to supplied netif

@param esp_netif instance to attach the wifi AP to

@return

  • ESP_OK on success
  • ESP_FAIL if attach failed