esp_netif_find_if() function
Return a netif pointer for the first interface that meets criteria defined by the callback
Arguments
fn
Predicate function returning true for the desired interface
ctx
Context pointer passed to the predicate, typically a descriptor to compare with
Return value
valid netif pointer if found, NULL if not