I have been looking into the DeviceNetworkInformation class, and I have successfully used the following
•CellularMobileOperator •IsNetworkAvailable •IsCellularDataEnabled •IsCellularDataRoamingEnabled •IsWiFiEnabled
but I was wondering if there was a wayt o get the name of the WiFi connection, in addition to whether WiFi is enabled or not. I would like to be able to see the current name of the connection within my application. I have not seen where this was implemented, so is this actually possible? If so, how might I access such a property?