STRUCT CFG80211_SSID

Section: Scanning and BSS list handling (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

struct_cfg80211_ssid - SSID description  

SYNOPSIS

struct cfg80211_ssid {
  u8 ssid[IEEE80211_MAX_SSID_LEN];
  u8 ssid_len;
};  
 

MEMBERS

ssid[IEEE80211_MAX_SSID_LEN]

the SSID

ssid_len

length of the ssid
 

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT