Home | History | Annotate | Download | only in net80211

Lines Matching defs:ieee80211_key

72 struct ieee80211_key {
125 struct ieee80211_key cs_nw_keys[IEEE80211_WEP_NKID];
130 const struct ieee80211_key *,
133 const struct ieee80211_key *);
135 const struct ieee80211_key *,
144 int cipher, int flags, struct ieee80211_key *);
146 struct ieee80211_key *);
148 struct ieee80211_key *, const u_int8_t macaddr[IEEE80211_ADDR_LEN]);
163 void* (*ic_attach)(struct ieee80211com *, struct ieee80211_key *);
164 void (*ic_detach)(struct ieee80211_key *);
165 int (*ic_setkey)(struct ieee80211_key *);
166 int (*ic_encap)(struct ieee80211_key *, struct mbuf *,
168 int (*ic_decap)(struct ieee80211_key *, struct mbuf *, int);
169 int (*ic_enmic)(struct ieee80211_key *, struct mbuf *, int);
170 int (*ic_demic)(struct ieee80211_key *, struct mbuf *, int);
181 struct ieee80211_key *ieee80211_crypto_encap(struct ieee80211com *,
183 struct ieee80211_key *ieee80211_crypto_decap(struct ieee80211com *,
191 struct ieee80211_key *k, struct mbuf *m, int force)
202 struct ieee80211_key *k, struct mbuf *m, int force)
215 struct ieee80211_key *k, ieee80211_keyix ix)
227 const struct ieee80211_frame *, const struct ieee80211_key *,