Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Dutil.c4011 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get() function
4041 cs = ieee80211_cs_get(local, crypto->ciphers_pairwise[i], in ieee80211_cs_headroom()
4048 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
Dieee80211_i.h2277 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher,
Dcfg.c418 cs = ieee80211_cs_get(local, params->cipher, sdata->vif.type); in ieee80211_add_key()