Move PSK/passphrase configuration check into use time from parsing
authorJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 17:56:18 +0000 (20:56 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 3 Aug 2012 19:15:42 +0000 (22:15 +0300)
commit2518aad3e83a842ff8452f9ecf6365edd0527368
tree48f72ad0e2a923bc151f056d11e0166ccd89d8f4
parent1ecd2ada33fa6fad1046a30da80a34bbc2f968d3
Move PSK/passphrase configuration check into use time from parsing

Instead of rejecting network blocks without PSK/passphrase at the time
the configuration file is read, allow such configuration to be loaded
and only behave as if the network block with missing PSK/passphrase is
disabled.

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