OVMS3-idf/components/wpa_supplicant
Sagar Bijwe 2da4ffa2aa wifi: Add PMK caching feature for station WPA2-enterprise
1) Added PMK caching module from wpa_supplicant.
2) Modified wpa_sm to
    a) Add entry to PMK cache when first time associated to an AP.
    b) Maintain entry across the associations.
    c) Clear current PMKSA when deauth happens.
    d) Search for an entry when re-associating to the same AP and
       set it as current PMKSA
    e) Wait for msg 1/4 from AP instead of starting EAP authentication.
    f) Check PMKID in msg 1 with current PMKSA/cache.
    g) Use the cached PMK to complete 4-way handshake.
3) Remove config_bss callback as it was redundant and used to cause
   problems for PMK caching flow.

Closes IDF-969
2020-05-06 10:15:36 +05:30
..
include wifi: Add PMK caching feature for station WPA2-enterprise 2020-05-06 10:15:36 +05:30
port wifi: Add PMK caching feature for station WPA2-enterprise 2020-05-06 10:15:36 +05:30
src wifi: Add PMK caching feature for station WPA2-enterprise 2020-05-06 10:15:36 +05:30
test supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
CMakeLists.txt wifi: Add PMK caching feature for station WPA2-enterprise 2020-05-06 10:15:36 +05:30
component.mk esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00
COPYING wpa_supplicant: replace pre-built crypto library with source code 2016-11-04 14:58:47 +08:00
Kconfig esp_wifi/supplicant: fix some supplicant bugs 2019-07-18 17:36:19 +08:00