From 44cfbf201f90459b3f4098413a87e3280d770477 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 28 Sep 2010 14:18:34 -0500 Subject: [PATCH] wifi: allow proactive_key_caching through the supplicant settings filter (rh #615032) (rh #636877) This makes 596cf1a232d33c0dbeee61d8e927d7a09f40159f actually work. --- src/supplicant-manager/nm-supplicant-settings-verify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/supplicant-manager/nm-supplicant-settings-verify.c b/src/supplicant-manager/nm-supplicant-settings-verify.c index 283346559b..c65af4dee5 100644 --- a/src/supplicant-manager/nm-supplicant-settings-verify.c +++ b/src/supplicant-manager/nm-supplicant-settings-verify.c @@ -123,6 +123,7 @@ static const struct Opt opt_table[] = { { "engine_id", TYPE_BYTES, 0, 0, FALSE, NULL }, { "key_id", TYPE_BYTES, 0, 0, FALSE, NULL }, { "fragment_size", TYPE_INT, 1, 2000, FALSE, NULL }, + { "proactive_key_caching", TYPE_INT, 0, 1, FALSE, NULL }, };