Home
last modified time | relevance | path

Searched defs:wl1271_scan (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/net/wireless/wl12xx/
Dwl12xx.h204 struct wl1271_scan { struct
205 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;
Dscan.c340 int wl1271_scan(struct wl1271 *wl, struct ieee80211_vif *vif, in wl1271_scan() function