Pmk security association
struct cfg80211_pmksa { const u8 * bssid; const u8 * pmkid; };
bssid
The AP's BSSID.
pmkid
The PMK material itself.
This structure is passed to the set/del_pmksa method for PMKSA caching.
Johannes Berg <[email protected]>
Author.