|
hostapd
|
struct rsn_pmksa_cache_entry - PMKSA cache entry More...
#include <pmksa_cache_auth.h>
Public Attributes | |
| struct rsn_pmksa_cache_entry * | next |
| struct rsn_pmksa_cache_entry * | hnext |
| u8 | pmkid [PMKID_LEN] |
| u8 | pmk [PMK_LEN_MAX] |
| size_t | pmk_len |
| os_time_t | expiration |
| int | akmp |
| u8 | spa [ETH_ALEN] |
| u8 * | identity |
| size_t | identity_len |
| struct wpabuf * | cui |
| struct radius_class_data | radius_class |
| u8 | eap_type_authsrv |
| struct vlan_description * | vlan_desc |
| int | opportunistic |
| u64 | acct_multi_session_id |
| u8 | aa [ETH_ALEN] |
| os_time_t | reauth_time |
| void * | network_ctx |
| network_ctx - Network configuration context More... | |
struct rsn_pmksa_cache_entry - PMKSA cache entry
| void* rsn_pmksa_cache_entry::network_ctx |
network_ctx - Network configuration context
This field is only used to match PMKSA cache entries to a specific network configuration (e.g., a specific SSID and security policy). This can be a pointer to the configuration entry, but PMKSA caching code does not dereference the value and this could be any kind of identifier.
1.8.12