mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8ac808e4fd
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. |
||
---|---|---|
.. | ||
doc.txt | ||
esp_wifi_gnrc.c | ||
esp_wifi_netdev.c | ||
esp_wifi_netdev.h | ||
esp_wifi_params.h | ||
Makefile |