esp_wifi_is_if_ready_when_started() function
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.
Arguments
ifx
pointer to wifi interface handle
Return value
- true if ready after interface started (typically Access Point type) - false if ready once interface connected (typically for Station type)