Default WiFiInterface did not even build. And when it was fixed to build, it was always returning NULL.
Code was written using MBED_CONF_DEFAULT_* but the mbed_lib.json file that created these values is prefixed with "nsapi" and therefore final macros are MBED_CONF_NSAPI_DEFAULT_*
Provide an initial framework to make it easier to find a default network interface.