]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.c
EXT PW: Add support for psk parameter from external storage
authorJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 18:36:38 +0000 (21:36 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 19:15:42 +0000 (22:15 +0300)
commit9173b16fd194269878a6a29f4452be22d6cb53c2
treeb3a85aa54ed56d0e8dae41877c214866c116f168
parent306ae22556623f210dfb8dc17130f153dc17eb1e
EXT PW: Add support for psk parameter from external storage

This allows wpa_supplicant configuration file to be created without
the PSK/passphrase value included in the file when a backend for
external password storage is available.

Following example can be used for developer testing:

ext_password_backend=test:psk1=12345678
network={
    ssid="test-psk"
    key_mgmt=WPA-PSK
    psk=ext:psk1
}

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/config.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf