Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c359 int ieee80211_wx_set_scan(struct ieee80211_device *ieee, struct iw_request_info *a, in ieee80211_wx_set_scan() function
381 EXPORT_SYMBOL(ieee80211_wx_set_scan);
H A Dieee80211.h2233 int ieee80211_wx_set_scan(struct ieee80211_device *ieee,
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_wx.c347 ret = ieee80211_wx_set_scan(priv->ieee80211, a, wrqu, b); in r8192_wx_set_scan()