esp-idf/components/wifi_provisioning
Rahul Tank d86afd82c1 Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write
By default, disabled the BLE Encrpyption requirement for provisioning characteristic.
With this flag enabled, when remote attempts to read and if the ACL link is not encrypted,
ESP device will return Insufficient Authentication. It is remote device responsibility to go
for link encryption which may result in pairing.

Some devices do not proceed for any pairing and just show failure pop-up. Also, user needs
to remove bonding on remote phone manually and then try again. This is causing bad user experience.

End user can enable it as per their use case.
2022-11-25 14:18:15 +05:30
..
include/wifi_provisioning provisioning: Fix include for Arduino INADDR_NONE 2022-05-18 19:44:05 +02:00
proto wifi_prov: Added support for WPA3_PSK and WPA2_WPA3_PSK APs 2022-06-21 11:17:09 +05:30
proto-c wifi_prov: Added support for WPA3_PSK and WPA2_WPA3_PSK APs 2022-06-21 11:17:09 +05:30
python wifi_prov: Added support for WPA3_PSK and WPA2_WPA3_PSK APs 2022-06-21 11:17:09 +05:30
src wifi_provisioning: fix error codes for wifi connect retry 2022-10-21 11:33:12 +05:30
CMakeLists.txt
Kconfig Wifi Prov: Disabled the default support for BLE Encrpytion on characteristics read /write 2022-11-25 14:18:15 +05:30
component.mk