Added support for opportunistic key caching (OKC)
authorJouni Malinen <j@w1.fi>
Sun, 3 Aug 2008 17:17:58 +0000 (20:17 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 Aug 2008 17:17:58 +0000 (20:17 +0300)
commitbf98f7f3bcf827f5cdcd2179dfcf3b0c55a8cd16
tree62aad7eefae59afe0db75031bcd720bcbac040f4
parent3ff77e070de25ba9c78528906079e54377e61a95
Added support for opportunistic key caching (OKC)

This allows hostapd to share the PMKSA caches internally when multiple
BSSes or radios are being controlled by the same hostapd process.
13 files changed:
hostapd/ChangeLog
hostapd/config.c
hostapd/config.h
hostapd/hostapd.c
hostapd/hostapd.conf
hostapd/ieee802_1x.c
hostapd/ieee802_1x.h
hostapd/pmksa_cache.c
hostapd/pmksa_cache.h
hostapd/wpa.c
hostapd/wpa.h
hostapd/wpa_auth_i.h
hostapd/wpa_auth_ie.c