pub unsafe extern "C" fn esp_wifi_is_if_ready_when_started(
    ifx: wifi_netif_driver_t
) -> bool
Expand description

@brief Return true if the supplied interface instance is ready after start. Typically used when registering on receive callback, which ought to be installed as soon as AP started, but once STA gets connected.

@param[in] ifx pointer to wifi interface handle

@return - true if ready after interface started (typically Access Point type) - false if ready once interface connected (typically for Station type)