wifi: allow proactive_key_caching through the supplicant settings filter (rh #615032) (rh #636877)

This makes 596cf1a232 actually work.
This commit is contained in:
Dan Williams 2010-09-28 14:18:34 -05:00
parent f62666dbff
commit 44cfbf201f

View file

@ -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 },
};