Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c63 static void *ccmp_attach(struct ieee80211vap *, struct ieee80211_key *);
79 .ic_attach = ccmp_attach,
97 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in ccmp_attach() function