ThreadX doesn't use LwIP as its Ethernet stack. Instead is uses NetXDuo. In order to use Ethernet within ThreadX (assuming you want to do it through CubeMX) is to enable NetXDuo and set up the tasks associated with it. It's a little different than LwIP in application since it's based around threads, but functionally the same thing.