aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 4b4ed2a5803c..d575ccd67e91 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -241,6 +241,8 @@ struct ieee80211_if_sta {
241 u8 bssid[ETH_ALEN], prev_bssid[ETH_ALEN]; 241 u8 bssid[ETH_ALEN], prev_bssid[ETH_ALEN];
242 u8 ssid[IEEE80211_MAX_SSID_LEN]; 242 u8 ssid[IEEE80211_MAX_SSID_LEN];
243 size_t ssid_len; 243 size_t ssid_len;
244 u8 scan_ssid[IEEE80211_MAX_SSID_LEN];
245 size_t scan_ssid_len;
244 u16 aid; 246 u16 aid;
245 u16 ap_capab, capab; 247 u16 ap_capab, capab;
246 u8 *extra_ie; /* to be added to the end of AssocReq */ 248 u8 *extra_ie; /* to be added to the end of AssocReq */