]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow OKC to be enabled by default
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 12 Nov 2012 18:07:53 +0000 (20:07 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 12 Nov 2012 18:07:53 +0000 (20:07 +0200)
commit6e2020210afe355bd0f8fcdb2a68f31746f6f7df
tree149f7ad9f6f411a178ad99edff457f584ed72a45
parent8713a2e6ff0940c03de9f2289c5c875c4df7bc9b
Allow OKC to be enabled by default

Previously, OKC (opportunistic key caching, a.k.a. proactive key
caching) could be enabled only with a per-network parameter
(proactive_key_caching). The new global parameter (okc) can now be used
to change the default behavior to be OKC enabled (okc=1) for network
blocks that do not override this with the proactive_key_caching
parameter.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_ssid.h
wpa_supplicant/config_winreg.c
wpa_supplicant/sme.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpas_glue.c