esp_wifi_ap_get_sta_list_with_ip() function Get IP information for stations connected to the Wi-Fi AP interface @warning This API works only for the default Wi-Fi AP interface, i.e. esp-netif with key="WIFI_AP_DEF"
Arguments wifi_sta_list
Wi-Fi station info list, returned from esp_wifi_ap_get_sta_list()
wifi_sta_ip_mac_list
IP layer station info list, corresponding to MAC addresses provided in wifi_sta_list
Return value - ESP_OK - ESP_ERR_ESP_NETIF_NO_MEM - ESP_ERR_ESP_NETIF_INVALID_PARAMS
Notes If `CONFIG_LWIP_DHCPS` is disabled then `ip` address field will not be populated in sta list
Examples esp_wifi_ap_get_sta_list_with_ip() is referenced by 1 libraries and example projects: