EAP-SIM DB: Optional use of SQLite database for pseudonyms
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 30 Aug 2012 13:04:52 +0000 (16:04 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 30 Aug 2012 13:04:52 +0000 (16:04 +0300)
commit66979bb833047cce3d935e24072b1af4b356e6fe
treed3af26e6af1fb429894d166074af7d45020a5048
parentc3550295fb1785b0b03992640c4b914403d76815
EAP-SIM DB: Optional use of SQLite database for pseudonyms

This allows hostapd to use an SQLite database for storing EAP-SIM/AKA
pseudonyms over process restarts. CONFIG_SQLITE=y build option adds
support for this and the SQLite database file is specified in eap_sib_db
configuration parameter.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/Makefile
hostapd/hostapd.conf
src/eap_server/eap_sim_db.c