Add WPA_IGNORE_CONFIG_ERRORS option to continue in case of bad config
authorDmitry Shmidt <dimitrysh@google.com>
Sun, 31 Oct 2010 10:38:49 +0000 (12:38 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 31 Oct 2010 10:38:49 +0000 (12:38 +0200)
commitae6e1bee67231b1c0bb69b6742ac99eba4e1dd14
tree3a0d0dc365d43a6db8888917e9056bd5e6e7128e
parentb7412dabd94036b2d0f39e8cc8ab963c98d22164
Add WPA_IGNORE_CONFIG_ERRORS option to continue in case of bad config

This is an option to continue with wpa_supplicant and hostapd even if
config file has errors. The problem is that these daemons are the best
"candidates" for the config change, so if they can not start because
config file was let's say corrupted, you can not fix it easily.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/config_file.c
wpa_supplicant/config_file.c