]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP: Make method and IMSI available from server structures
authorJouni Malinen <jouni@codeaurora.org>
Fri, 14 Dec 2018 13:56:16 +0000 (15:56 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 14 Dec 2018 13:56:16 +0000 (15:56 +0200)
commit79fec6a92d69654af8b90715e7fd41e49238bbfa
tree4179cdf69f336c0a784ef05e0eb636cf021eac4e
parentfb2dc898d630936385f65db195d523087416dd27
EAP: Make method and IMSI available from server structures

Expose EAP method and IMSI from the completed (or ongoing) EAP
authentication session. These are needed for implementing Hotspot 2.0
SIM provisioning.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eap_server/eap_server_aka.c
src/eap_server/eap_server_sim.c