Merge branch 'feature/support_phase2TTLS_algos' into 'master'

wpa_supplicant: add support for PAP, MS-CHAP and CHAP as Phase 2 algorithms for TTLS alongside MS-CHAPv2

Closes FCS-361

See merge request espressif/esp-idf!8816
This commit is contained in:
Jiang Jiang Jian
2020-08-07 14:06:12 +08:00
12 changed files with 1154 additions and 77 deletions

View File

@@ -25,7 +25,7 @@ void ext_password_free(struct wpabuf *pw);
#define ext_password_init(b, p)
#define ext_password_deinit(d)
#define ext_password_get(d, n)
#define ext_password_get(d, n) NULL
#define ext_password_free(p)
#endif /* CONFIG_EXT_PASSWORD */