]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-TLS/PEAP/TTLS/FAST: Move more towards using struct wpabuf
authorJouni Malinen <j@w1.fi>
Sat, 2 May 2015 13:42:19 +0000 (16:42 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 May 2015 13:32:23 +0000 (16:32 +0300)
commitd36c803c698044c349bdd495200bafd4d9659285
tree82c8121a55ccdf15218b97c83a55ccda5b2baf10
parent8d9f3b8ed6fcf8f642a50218434db897944eadb8
EAP-TLS/PEAP/TTLS/FAST: Move more towards using struct wpabuf

The EAP-TLS-based helper functions can easily use struct wpabuf in more
places, so continue cleanup in that direction by replacing separate
pointer and length arguments with a single struct wpabuf argument.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/eap_fast.c
src/eap_peer/eap_peap.c
src/eap_peer/eap_tls.c
src/eap_peer/eap_tls_common.c
src/eap_peer/eap_tls_common.h
src/eap_peer/eap_ttls.c