Home
last modified time | relevance | path

Searched refs:ieee80211_get_crypto_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h80 struct ieee80211_crypto_ops *ieee80211_get_crypto_ops(const char *name);
Dieee80211_crypt.c153 struct ieee80211_crypto_ops *ieee80211_get_crypto_ops(const char *name) in ieee80211_get_crypto_ops() function
Dieee80211_wx.c348 new_crypt->ops = try_then_request_module(ieee80211_get_crypto_ops("WEP"), in ieee80211_wx_set_encode()
574 ops = try_then_request_module(ieee80211_get_crypto_ops(alg), module); in ieee80211_wx_set_encode_ext()
Dieee80211.h231 #define ieee80211_get_crypto_ops ieee80211_get_crypto_ops_rsl macro
Dieee80211_softmac.c2861 ops = try_then_request_module(ieee80211_get_crypto_ops(param->u.crypt.alg), in ieee80211_wpa_set_encryption()