esp-idf/components/wpa_supplicant/esp_supplicant
Ivan Grokhotkov d4190a9471 wpa_supplicant: mark global variables defined in headers 'extern'
...to avoid defining common symbols.
GCC since version 10 defaults to -fno-common and doesn't generate
common symbols, leading to duplicate definitions of these symbols.
2022-01-27 11:00:09 +07:00
..
include wpa_supplicant: mark global variables defined in headers 'extern' 2022-01-27 11:00:09 +07:00
src esp_wifi: Fix the negotiation of method with eap server. 2022-01-03 13:31:32 +05:30