esp-idf/components/wpa_supplicant/src/common
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
bss.c esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
bss.h esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
defs.h esp_wifi: Add support for GCMP and GMAC ciphers 2021-10-12 20:48:51 +08:00
dpp.c wpa_supplicant: static analysis fixes 2022-03-16 10:50:49 +05:30
dpp.h Add DPP Enrollee Support 2021-01-25 13:24:21 +05:30
eapol_common.h feature: support tx amsdu 2021-01-15 20:10:18 +08:00
ieee802_11_common.c esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
ieee802_11_common.h esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
ieee802_11_defs.h esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
mbo.c ESP_WIFI: Remove static analysis warnings 2021-12-08 17:32:22 +05:30
rrm.c esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
rrm.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
sae.c wpa_supplicant: static analysis fixes 2022-03-16 10:50:49 +05:30
sae.h esp_wifi: Support for additional WPA3 testcases 2020-03-03 19:01:51 +05:30
scan.c wpa_supplicant: Add BTM security checks 2022-03-09 03:58:39 +00:00
scan.h wpa_supplicant: Add initial roaming support 2020-11-17 17:15:26 +05:30
wnm_sta.c components: correct printf() placeholder for time_t 2022-03-14 14:05:47 +07:00
wnm_sta.h esp_wifi: Add support for MBO certification 2021-10-04 15:56:14 +08:00
wpa_common.c esp_wifi: Add support for GCMP and GMAC ciphers 2021-10-12 20:48:51 +08:00
wpa_common.h esp_wifi: Add support for GCMP and GMAC ciphers 2021-10-12 20:48:51 +08:00
wpa_ctrl.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wpa_supplicant_i.h global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00