Add PTKSA cache to hostapd

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
Ilan Peer 2020-12-16 13:00:31 +02:00 committed by Jouni Malinen
parent 2c963a117a
commit f2f8e4f458
7 changed files with 75 additions and 0 deletions

View file

@ -370,6 +370,8 @@ struct hostapd_data {
int dhcp_sock; /* UDP socket used with the DHCP server */
struct ptksa_cache *ptksa;
#ifdef CONFIG_DPP
int dpp_init_done;
struct dpp_authentication *dpp_auth;