1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp_common/esp-wifi
Gunar Schorcht 8ac808e4fd cpu/esp: cleanup for dynamic SoftAP SSID option
The semantics of defining an SSID prefix that overrides the already defined SSID exactly when and only when it is set, and then enabling dynamic SSID generation with that prefix, made handling the parameter definition unnecessarily difficult and hard to understand.

Defining a boolean option that enables dynamic SSID generation, which then simply reuses the defined SSID as a prefix, makes it much more understandable and easier to handle, especially with respect to Kconfig.
2021-12-16 13:17:17 +01:00
..
doc.txt cpu/esp: NETOPT_CHANNEL for esp_wifi and esp_now 2020-03-26 14:46:15 +01:00
esp_wifi_gnrc.c esp-wifi: avoid explicit cast to netdev 2021-07-09 10:38:34 +02:00
esp_wifi_netdev.c cpu/esp: cleanup for dynamic SoftAP SSID option 2021-12-16 13:17:17 +01:00
esp_wifi_netdev.h cpu/esp: implement ESP SoftAP mode 2020-09-27 18:29:24 -05:00
esp_wifi_params.h cpu/esp: cleanup for dynamic SoftAP SSID option 2021-12-16 13:17:17 +01:00
Makefile