Home
last modified time | relevance | path

Searched refs:ieee80211_wx_set_scan (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c365 int ieee80211_wx_set_scan(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_scan() function
387 EXPORT_SYMBOL(ieee80211_wx_set_scan);
Dieee80211.h340 #define ieee80211_wx_set_scan ieee80211_wx_set_scan_rsl macro
2481 extern int ieee80211_wx_set_scan(struct ieee80211_device *ieee, struct iw_request_info *a,
/drivers/staging/rtl8192u/
Dr8192U_wx.c361 ret = ieee80211_wx_set_scan(priv->ieee80211, a, wrqu, b); in r8192_wx_set_scan()