OVMS3-idf/components
Nachiket Kukade 21dc9fcb5d wpa_supplicant: Fix WPA3 and WPA2 transition related failures
1. If Device is connected to AP in WPA3-PSK mode, AP switching
security to WPA2-PSK causes connection failures even after reset.
Fix is to not store WPA3's PMK in NVS for caching.

2. AP switching back to WPA3 causes even more connection failures.
This is due to device not clearing Supplicant level PMK Cache when
it is no longer valid. Fix is to clear the Cache when 4-way handshake
fails and to check Key Mgmt of Cache before using.

3. When AP switches from WPA3 to WPA2, device's PMF config in
Supplicant remains enabled. This may cause failures during
4-way handshake. So clear PMF config in when PMF is no longer used.
2020-08-10 09:05:48 +00:00
..
app_trace gcov: Fixes APP CPU syscall table 2020-05-08 03:13:18 +03:00
app_update app_update: Add API to write data in a non contiguous manner 2020-05-28 10:18:55 +05:30
asio asio: updated ASIO port to use latest asio and esp-idf features 2020-01-09 21:53:50 +01:00
bootloader esp32: Use package identifier to look up SPI flash/PSRAM WP Pin, unless overridden 2020-07-24 21:45:31 +08:00
bootloader_support esp32: Use package identifier to look up SPI flash/PSRAM WP Pin, unless overridden 2020-07-24 21:45:31 +08:00
bt ble_mesh: stack: Client model related code clean 2020-08-07 21:11:34 +08:00
cbor
coap coap: move mbedTLS config options from component to examples 2020-05-19 17:23:29 +05:30
console console_repl: change config structure to support different devices 2020-06-30 20:18:27 +08:00
cxx Increase C++ unit test leak threshold 2020-05-22 16:39:44 +08:00
driver wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 14:08:46 +08:00
efuse esp32: Reduce using ESP_EARLY_LOGx and move some code after the stdout initialization 2020-06-17 13:40:42 +08:00
esp-tls esp-tls: enable TLS renegotiation using explicit API call 2020-07-13 15:32:41 +05:30
esp32 Merge branch 'bugfix/customer_baidu_int_wdt_v4.2' into 'release/v4.2' 2020-08-07 14:12:00 +08:00
esp32s2 Merge branch 'feature/support_for_esp32_pico_v3_02_v4.2' into 'release/v4.2' 2020-08-04 14:30:14 +08:00
esp_adc_cal global: bring up esp32s2(not beta) 2020-01-16 17:41:31 +08:00
esp_common add soft solution for esp32 eco3 live lock issue 2020-08-04 05:50:18 +00:00
esp_eth ethernet: insert min assert time for PHY HW reset 2020-07-13 11:05:38 +08:00
esp_event Fix handling of multiple AP credentials in WPS 2020-07-27 21:41:20 +08:00
esp_gdbstub gdbstub_xtensa.c: Replace with cpu_ll_pc_to_ptr macro 2020-05-08 18:35:48 +05:30
esp_hid esp_hid: fix memory leak if getting dev reports fails 2020-05-07 12:56:54 +00:00
esp_http_client http-client: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_http_server esp_http_server: Update LRU counter on accepting a new connection 2020-06-26 19:24:23 +05:30
esp_https_ota Resolve documentation issue reported by boarchuz in https://esp32.com/viewtopic.php?f=5&t=14148#p59419 2020-05-07 22:00:27 +02:00
esp_https_server esp_https_server: fix HTTPD_SSL_CONFIG_DEFAULT 2020-03-27 23:12:57 +08:00
esp_ipc esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
esp_local_ctrl local-ctrl: fix memory allocation issues found by static analyser 2020-05-13 07:16:45 +02:00
esp_netif esp_netif tests: Add manual DHCP state transision tests 2020-08-04 12:07:57 +08:00
esp_ringbuf freertos: place xQueueGenericCreateStatic into flash 2020-04-22 16:06:13 +08:00
esp_rom components/bt:Fix instant reverse and add ble connect paramter check. 2020-06-18 15:54:53 +08:00
esp_serial_slave_link
esp_system add soft solution for esp32 eco3 live lock issue 2020-08-04 05:50:18 +00:00
esp_timer Merge branch 'refactor/esp_ipc' into 'master' 2020-05-25 15:03:04 +08:00
esp_websocket_client websocket client: the client now aborts the connection if send fails. 2020-07-21 07:51:01 +00:00
esp_wifi wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 14:08:46 +08:00
espcoredump Bugfix/espcoredump fix error reported for blank partition (Backport v4.2) 2020-07-21 01:05:54 +08:00
esptool_py esptool: Add support for ESP32-S2 Secure Download Mode 2020-05-28 17:52:15 +10:00
expat test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
fatfs Merge branch 'refactor/use_new_component_registration_functions' into 'master' 2020-03-25 08:02:42 +08:00
freemodbus freemodbus: add extern c block into common header for cpp 2020-04-17 17:56:50 +08:00
freertos esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
heap heap: added alloc failed hook and configuration options 2020-05-04 10:58:38 -03:00
idf_test esp_flash: decrease some of the performance threshold 2020-08-06 12:04:22 +08:00
jsmn
json cJSON: include only source file objects for cmake build 2020-02-05 11:14:23 +05:30
libsodium test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
log log: new macros to log when the cache is disabled 2020-04-02 15:35:13 +08:00
lwip fix bug for ipv6 fragment 2020-07-13 11:49:52 +08:00
mbedtls mbedtls: update to mbedtls release v2.16.7 2020-08-03 14:14:10 +05:30
mdns mdns: Allow config mDNS task stack size 2020-05-07 21:49:02 +02:00
mqtt mqtt: clenaup logs and docs 2020-04-30 14:05:36 +00:00
newlib Merge branch 'bugfix/esp32_eco3_init_syscall_table' into 'master' 2020-05-07 15:17:13 +08:00
nghttp
nvs_flash components: convert string to bytes to fix TypeError There is a string passed as an argument for function, but a format of a string seemingly refers to bytes therefore it needs to be converted to bytes Solves https://esp32.com/viewtopic.php?f=13&t=16529 2020-07-22 11:23:12 +02:00
openssl
partition_table partition_table: Fix parttool.py crashes when retrieving partition info 2020-05-13 16:10:48 +08:00
perfmon test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
protobuf-c
protocomm BLE provisioning: Add check for valid ble read offset 2020-07-27 07:21:07 +00:00
pthread pthread: Use INTERFACE in target_link_libraries for vPortCleanUpTCB wrapper 2020-05-08 11:55:23 +05:30
sdmmc sdmmc: fix the probe issue that forbid sdspi working in highspeed mode 2020-07-28 12:36:03 +08:00
soc wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 14:08:46 +08:00
spi_flash spi_flash: esp32: fix regression in encrypted flash write 2020-06-26 18:20:06 +05:30
spiffs spiffs: restore dependency of flash targets on spiffs images 2020-04-07 17:01:58 +08:00
tcp_transport secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
tcpip_adapter esp-netif: wifi-deinit to clear handlers only in tcpip-adapter mode 2020-05-19 08:34:36 +00:00
tinyusb soc/usb: use new headers in LL, move some code out of LL 2020-04-29 10:04:13 +02:00
ulp Add missing link to ulp header files and link to example following https://esp32.com/viewtopic.php?f=2&t=15562 2020-05-14 17:31:05 +08:00
unity global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
vfs vfs: semihost driver bugfix 2020-04-15 15:46:47 +02:00
wear_levelling test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
wifi_provisioning wifi_provisioning: Catch the Wi-Fi events even after Connection errors 2020-03-21 06:02:55 +00:00
wpa_supplicant wpa_supplicant: Fix WPA3 and WPA2 transition related failures 2020-08-10 09:05:48 +00:00
xtensa esp32: IRAM_DATA_ATTR and IRAM_BSS_ATTR introduced 2020-04-17 19:35:23 +05:30