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

This commit is contained in:
Hrudaynath Dhabe
2020-06-23 14:04:23 +05:30
committed by bot
parent a60dccb8c2
commit d7ccad371a
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 */