mbed-os/TESTS/network
Dominika Maziec f5ccbe7972 esp8266 nonblocking connect/disconnect
`ESP8266Interface::connect()` and `ESP8266Interface::disconnect()` can be used in terms of asynchronous operations. Mainly, it is based on newly added private variable of type  `esp_connection_software_status` which is used to keep tracking of state of connection.`wifi_connect_nonblock` test was renamed and amended to test both `connect()` and `disconnect()` operation
2019-09-10 09:37:46 +02:00
..
emac Newline at the end of files 2019-08-01 08:44:58 +02:00
interface Newline at the end of files 2019-08-01 08:44:58 +02:00
l3ip Update recently added previous macro name uses in tests 2019-03-01 13:53:47 -06:00
multihoming Newline at the end of files 2019-08-01 08:44:58 +02:00
wifi esp8266 nonblocking connect/disconnect 2019-09-10 09:37:46 +02:00