Kapil Gupta
5d80a476f1
change(example): Update wifi enterprise example
2023-09-14 13:11:00 +05:30
Shyamal Khachane
f2905d1388
fix(esp_wifi): WPA3 enterprise 192 bit fix and config modification
...
1. Added SOC caps dependency for enabling 192 bit security in wifi enterprise example
2. Fixed authmode in log and connected event for WPA3 enterprise 192 bit security
2023-09-12 10:43:17 +05:30
Kapil Gupta
30a2558450
esp_wifi: Merge wpa_supplicant and esp_wifi Kconfig
2023-02-11 07:38:45 +08:00
aditi_lonkar
2a513c5531
esp_wifi: Update wpa2 enterprise certs.
2022-06-15 12:48:18 +05:30
Jiang Jiang Jian
e4eeff87f2
Merge branch 'bugfix/enterprise_certs_ca_expired' into 'master'
...
esp_wifi: Fix issue of ca certificate expired
Closes WIFI-4354
See merge request espressif/esp-idf!17786
2022-05-03 15:09:45 +08:00
aditi_lonkar
72cc487aff
esp_wifi: Fix issue of ca certificate expired
2022-04-18 06:24:29 +00:00
Kapil Gupta
62eb06e386
wpa_supplicant: Add CA certification bundle support
...
Add support for CA certificate bundle support for server
certificate validation
2022-04-05 10:57:09 +05:30
Nachiket Kukade
7ed8fdac59
esp_wifi: Always connect Station in PMF mode if possible
...
While using esp_wifi_set_config, flag pmf_capable defaults to 0.
Users may not bother to enable it, which prevents connection to a
WPA3 AP. Or the AP may reset into WPA3 mode failing the re-connection.
To ensure better security, deprecate the pmf_capable flag and set it to
true internally.
2022-02-21 11:31:56 +05:30
aditi_lonkar
9fb605a9be
esp_wifi: Fixed issue of weak md for certificates in wifi_enterprise example.
2022-01-27 17:17:45 +05:30
Roland Dobai
766aa57084
Build & config: Remove leftover files from the unsupported "make" build system
2021-11-11 15:32:36 +01:00
Kapil Gupta
8e211c1179
esp_example: Enable GCMP, GMAC for 192 bit config
2021-10-19 19:02:26 +05:30
Kapil Gupta
f1b4a027aa
esp_examples: Update WiFi enterprise example
2021-10-12 20:48:53 +08:00