1STRUCT CFG80211_SSID(9) Scanning and BSS list handling STRUCT CFG80211_SSID(9)
23
4
NAME
6struct_cfg80211_ssid - SSID description
7
SYNOPSIS
9struct cfg80211_ssid {
10u8 ssid[IEEE80211_MAX_SSID_LEN];
11u8 ssid_len;
12};
13
MEMBERS
15ssid[IEEE80211_MAX_SSID_LEN]
16the SSID
1718
ssid_len
19length of the ssid
20
AUTHOR
22Johannes Berg <johannes@sipsolutions.net>
23Author.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 STRUCT CFG80211_SSID(9)