STRUCT CFG80211_PMKS

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT