Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Dutil.c3224 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher, in ieee80211_cs_get() function
3254 cs = ieee80211_cs_get(local, crypto->ciphers_pairwise[i], in ieee80211_cs_headroom()
3261 cs = ieee80211_cs_get(local, crypto->cipher_group, iftype); in ieee80211_cs_headroom()
Dieee80211_i.h2153 ieee80211_cs_get(struct ieee80211_local *local, u32 cipher,
Dcfg.c388 cs = ieee80211_cs_get(local, params->cipher, sdata->vif.type); in ieee80211_add_key()