1. NAME

struct_cfg80211_ssid - SSID description

2. SYNOPSIS



 
Sélectionnez
struct cfg80211_ssid {
  u8 ssid[IEEE80211_MAX_SSID_LEN];
  u8 ssid_len;
};

3. MEMBERS

ssid[IEEE80211_MAX_SSID_LEN]
    the SSID

ssid_len
    length of the ssid

4. AUTHOR

Johannes Berg <>
    Author.

5. COPYRIGHT