ARMmbed / wifi-ism43362

ISM43362 WiFi driver
17 stars 22 forks source link

Disconnect should return NO_CONNECTION if it was not connected before #32

Closed jeromecoutant closed 5 years ago

jeromecoutant commented 5 years ago

Patch is needed since https://github.com/ARMmbed/mbed-os/pull/8712 in order to pass tests-network-wifi

A new internal variable _connect_status saved the current connection status.