The ifconfig command on android requires you specify an interface name
explicitly. Without argument, it doesn't show all interfaces.
To find out all interfaces on the device, you can use
explicitly. Without argument, it doesn't show all interfaces.
To find out all interfaces on the device, you can use
#adb shell ls /sys/class/net
command.