1. NAME

struct_cfg80211_pmksa - PMK Security Association

2. SYNOPSIS



 
Sélectionnez
struct cfg80211_pmksa {
  u8 * bssid;
  u8 * pmkid;
};

3. MEMBERS

bssid
    The APAqs BSSID.

pmkid
    The PMK material itself.

4. DESCRIPTION

This structure is passed to the set/del_pmksa method for PMKSA caching.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT