mac80211: Fix queuing of scan containing a SSID
[deliverable/linux.git] / net / mac80211 / ieee80211_i.h
index 4b4ed2a5803c46f8e86ae550f9431fb4044e2a34..d575ccd67e91a38ac7cfab401c214ff6951eb384 100644 (file)
@@ -241,6 +241,8 @@ struct ieee80211_if_sta {
        u8 bssid[ETH_ALEN], prev_bssid[ETH_ALEN];
        u8 ssid[IEEE80211_MAX_SSID_LEN];
        size_t ssid_len;
+       u8 scan_ssid[IEEE80211_MAX_SSID_LEN];
+       size_t scan_ssid_len;
        u16 aid;
        u16 ap_capab, capab;
        u8 *extra_ie; /* to be added to the end of AssocReq */
This page took 0.074522 seconds and 5 git commands to generate.