Home
last modified time | relevance | path

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

/src/sys/net80211/
H A Dieee80211_crypto_gcmp.c73 static void *gcmp_attach(struct ieee80211vap *, struct ieee80211_key *);
89 .ic_attach = gcmp_attach,
106 .ic_attach = gcmp_attach,
125 gcmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in gcmp_attach() function