Introduce Third state for test_connection results
For now, there are two states in response on `wan/test_connection_state` (when finished)
The backend is however ready to serve three states
- `"OK"` > test passed
- `"FAILED"` > test failed
- `"UNKNOWN"` > the result cannot be determined
Please introduce to frontend.
issue