commit | 2087579d8eb0819d7170f9f69be2f5906a024c8b | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Wed Feb 15 07:16:53 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Feb 21 18:09:40 2023 +0100 |
tree | 3721f12da2b8f3a1b9c848268177425e407d968c | |
parent | 098749bb4554b0ef8052d7d56d871280e0c70f65 [diff] |
drivers: wifi: esp_at: support WiFi 'iface_status' callback This allows to fetch information about currently connected WiFi network, e.g. with WiFi mgmt shell commands: uart:~$ wifi status Status: successful ================== State: COMPLETED Interface Mode: STATION Link Mode: UNKNOWN SSID: Tp-Link BSSID: xx:xx:xx:xx:xx:xx Band: 2.4GHz Channel: 13 Security: UNKNOWN MFP: UNKNOWN RSSI: -39 Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>