zephyr/drivers/wifi
Marcin Niestroj 2087579d8e 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>
2023-02-21 18:09:40 +01:00
..
esp32 driver: wifi: esp32: disable optimization by default 2022-11-30 13:40:10 +01:00
esp_at drivers: wifi: esp_at: support WiFi 'iface_status' callback 2023-02-21 18:09:40 +01:00
eswifi drivers: wifi: eswifi: Guard net_ctx state change 2022-12-12 14:55:03 +01:00
simplelink libc: minimal: include: move fcntl.h to posix 2023-01-10 09:02:21 +09:00
winc1500 drivers: tests: replace usage of spi_is_ready with spi_is_ready_dt 2022-12-07 09:40:23 -06:00
CMakeLists.txt
Kconfig net: wifi: Allow to use offloaded wifi_mgmt API with native stack 2022-08-29 17:31:17 +02:00