Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c735 int ieee80211_wx_set_mlme(struct ieee80211_device *ieee, in ieee80211_wx_set_mlme() function
750 EXPORT_SYMBOL(ieee80211_wx_set_mlme);
Dieee80211.h295 #define ieee80211_wx_set_mlme ieee80211_wx_set_mlme_rsl macro
2212 int ieee80211_wx_set_mlme(struct ieee80211_device *ieee,
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_wx.c836 ret = ieee80211_wx_set_mlme(priv->ieee80211, info, wrqu, extra); in r8192_wx_set_mlme()