Name
struct cfg80211_pmksa —
PMK Security Association
Synopsis
struct cfg80211_pmksa {
u8 * bssid;
u8 * pmkid;
};
Members
- bssid
The AP's BSSID.
- pmkid
The PMK material itself.
Description
This structure is passed to the set/del_pmksa
method for PMKSA
caching.