Searched defs:wl1271_scan (Results 1 – 2 of 2) sorted by relevance
204 struct wl1271_scan { struct205 struct cfg80211_scan_request *req;206 unsigned long scanned_ch[BITS_TO_LONGS(WL1271_MAX_CHANNELS)];207 bool failed;208 u8 state;209 u8 ssid[IEEE80211_MAX_SSID_LEN+1];210 size_t ssid_len;
340 int wl1271_scan(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan() function