Home
last modified time | relevance | path

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

/netbsd-src/sys/net80211/
H A Dieee80211_crypto.c146 return ic->ic_crypto.cs_key_alloc(ic, key, keyix, rxkeyix); in dev_key_alloc()
182 cs->cs_key_alloc = null_key_alloc; in ieee80211_crypto_attach()
H A Dieee80211_crypto.h129 int (*cs_key_alloc)(struct ieee80211com *, member
/netbsd-src/sys/dev/ic/
H A Dath.c628 ic->ic_crypto.cs_key_alloc = ath_key_alloc; in ath_attach()