esp-idf/components/wpa_supplicant/src/wps
Nachiket Kukade 81f037a299 Fix handling of multiple AP credentials in WPS
WPS can send multiple AP credentials, while existing implementation
will only use the first credentials which could be for the 5G band.
Fix this by passing these credentials to the App and attempting
to connect using each of those. Older Apps will remain compatible
without breaking WPS, but the issue will remain.
2020-07-08 11:02:55 +00:00
..
wps_attr_build.c wpa_supplicant: Make internally used crypto headers private 2019-08-17 11:48:37 +00:00
wps_attr_parse.c wpa_supplicant: WPS Inter operatability Fixes 2020-05-19 08:05:52 +00:00
wps_attr_parse.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps_attr_process.c wpa_supplicant: Cleanup fast_xxx modules that use duplicate code 2019-07-10 14:53:20 +05:30
wps_common.c wpa_supplicant: Make internally used crypto headers private 2019-08-17 11:48:37 +00:00
wps_defs.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps_dev_attr.c supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps_dev_attr.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps_enrollee.c Fix handling of multiple AP credentials in WPS 2020-07-08 11:02:55 +00:00
wps_i.h supplicant/esp_wifi: move supplicant to idf 2019-06-29 22:46:52 +08:00
wps_registrar.c wpa_supplicant: Fix some memleaks and invalid memory access 2020-05-06 10:31:59 +00:00
wps_validate.c wpa_supplicant: WPS Inter operatability Fixes 2020-05-19 08:05:52 +00:00
wps.c wpa_supplicant: Fix some memleaks and invalid memory access 2020-05-06 10:31:59 +00:00
wps.h Fix handling of multiple AP credentials in WPS 2020-07-08 11:02:55 +00:00