]> git.ipfire.org Git - thirdparty/hostap.git/commit
Parse sae_password option when CONFIG_SAE is enabled
authorHai Shalom <haishalom@google.com>
Wed, 29 Aug 2018 23:47:55 +0000 (16:47 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 2 Sep 2018 09:30:37 +0000 (12:30 +0300)
commit560e30bf3b463507213c5f7c63a0b8b1d7120cf6
tree051be37faae395bcaf62b88e3857d69ffab5238c
parentb898b655824a5553cc1a4dde5e8ed4d628aacc08
Parse sae_password option when CONFIG_SAE is enabled

Call to parse_sae_password was incorrectly depending
on CONFIG_TESTING_OPTIONS and CONFIG_SAE. Should
depend only on the latter.

Fixes: 2377c1caef77 ("SAE: Allow SAE password to be configured separately (AP)")
Signed-off-by: Hai Shalom <haishalom@google.com>
hostapd/config_file.c