STRUCT CFG80211_ASSO

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

NAME

struct_cfg80211_assoc_request - (Re)Association request data  

SYNOPSIS

struct cfg80211_assoc_request {
  struct cfg80211_bss * bss;
  const u8 * ie;
  const u8 * prev_bssid;
  size_t ie_len;
  struct cfg80211_crypto_settings crypto;
  bool use_mfp;
};  
 

MEMBERS

bss

The BSS to associate with.

ie

Extra IEs to add to (Re)Association Request frame or NULL

prev_bssid

previous BSSID, if not NULL use reassociate frame

ie_len

Length of ie buffer in octets

crypto

crypto settings

use_mfp

Use management frame protection (IEEE 802.11w) in this association
 

DESCRIPTION

This structure provides information needed to complete IEEE 802.11 (re)association.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT