Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
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);
Dieee80211.h272 #define ieee80211_wx_set_scan ieee80211_wx_set_scan_rsl macro
2297 int ieee80211_wx_set_scan(struct ieee80211_device *ieee,
/linux-6.1.9/drivers/staging/rtl8192u/
Dr8192U_wx.c347 ret = ieee80211_wx_set_scan(priv->ieee80211, a, wrqu, b); in r8192_wx_set_scan()