interface NetworkCallback
onConnected
abstract fun onConnected(SSID: String): Unit
onError
abstract fun onError(e: Exception): Unit