1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/drivers/atwinc15x0
Fabian Hüßler 814d718d7b drivers/atwinc15x0: support network scanning and dynamic connection
There are new pseudomodules for this driver:

- atwinc15x0_static_connect: Should behave as before, by trying to connect to an AP
by specified WIFI_SSIS and WIFI_PASS

- atwinc15x0_dynamic_connect: takes connection request via NETOPT_CONNECT
and provides the connection result via callback

- atwinc15x0_dynamic_scan: takes network scan requests via NETOPT_SCAN
and provides the scan result as a sorted list via callback
2023-08-19 23:23:10 +02:00
..
include drivers/atwinc15x0: support network scanning and dynamic connection 2023-08-19 23:23:10 +02:00
atwinc15x0_bsp.c
atwinc15x0_bus.c
atwinc15x0_netdev.c drivers/atwinc15x0: support network scanning and dynamic connection 2023-08-19 23:23:10 +02:00
doc.txt
Makefile
Makefile.dep drivers/atwinc15x0: support network scanning and dynamic connection 2023-08-19 23:23:10 +02:00
Makefile.include drivers/atwinc15x0: support network scanning and dynamic connection 2023-08-19 23:23:10 +02:00