mqtt_as assumes control of the wifi interface. I don't really mind this, but I do want to get information back out of it. I want to find out my dhcp assigned IP address for instance, for other parts of my application to use.
I can reach into the MQTTClient's _sta_if property directly, but it's "marked private" with that leading underscore
Either a wrapper for ifconfig, or .... something else? would be nice?