struct cfg80211_pmksa — PMK Security Association
struct cfg80211_pmksa { const u8 * bssid; const u8 * pmkid; const u8 * pmk; size_t pmk_len; const u8 * ssid; size_t ssid_len; const u8 * cache_id; };
The AP's BSSID (may be NULL
).
The identifier to refer a PMKSA.
The PMK for the PMKSA identified by pmkid
. This is used for key
derivation by a FILS STA. Otherwise, NULL
.
Length of the pmk
. The length of pmk
can differ depending on
the hash algorithm used to generate this.
SSID to specify the ESS within which a PMKSA is valid when using FILS
cache identifier (may be NULL
).
Length of the ssid
in octets.
2-octet cache identifier advertized by a FILS AP identifying the
scope of PMKSA. This is valid only if ssid_len
is non-zero (may be
NULL
).