Add PTKSA cache to hostapd
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
2c963a117a
commit
f2f8e4f458
7 changed files with 75 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue