]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
EXT PW: Add framework for supporting external password storage
authorJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 18:28:42 +0000 (21:28 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 19:15:42 +0000 (22:15 +0300)
commit306ae22556623f210dfb8dc17130f153dc17eb1e
treeec937752885d39d0c119607827909d8b7eda6b5d
parent2518aad3e83a842ff8452f9ecf6365edd0527368
EXT PW: Add framework for supporting external password storage

This new mechanism can be used to make wpa_supplicant using external
storage (e.g., key store in the operating system) for passwords,
passphrases, and PSKs. This commit is only adding the framework part
needed to support this, i.e., no actual configuration parameter can
yet use this new mechanism. In addition, only a simple test backend
is added to allow developer testing of the functionality.

Signed-hostap: Jouni Malinen <j@w1.fi>
15 files changed:
src/utils/ext_password.c [new file with mode: 0644]
src/utils/ext_password.h [new file with mode: 0644]
src/utils/ext_password_i.h [new file with mode: 0644]
src/utils/ext_password_test.c [new file with mode: 0644]
wpa_supplicant/Android.mk
wpa_supplicant/Makefile
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/defconfig
wpa_supplicant/eapol_test.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpa_supplicant_i.h