Searched refs:ieee80211_key (Results 1 - 25 of 34) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_keycache.h35 extern int ath_key_alloc(struct ieee80211vap *, struct ieee80211_key *,
37 extern int ath_key_delete(struct ieee80211vap *, const struct ieee80211_key *);
38 extern int ath_key_set(struct ieee80211vap *, const struct ieee80211_key *,
40 extern int ath_keyset(struct ath_softc *sc, const struct ieee80211_key *k,
H A Dif_ath_keycache.c120 ath_keyset_tkip(struct ath_softc *sc, const struct ieee80211_key *k,
181 ath_keyset(struct ath_softc *sc, const struct ieee80211_key *k,
382 ath_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k,
451 ath_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k)
491 ath_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k,
H A Dif_ath_tx.c378 struct ieee80211_key *k;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_none.c48 static void *none_attach(struct ieee80211vap *, struct ieee80211_key *);
49 static void none_detach(struct ieee80211_key *);
50 static int none_setkey(struct ieee80211_key *);
51 static int none_encap(struct ieee80211_key *, struct mbuf *, uint8_t);
52 static int none_decap(struct ieee80211_key *, struct mbuf *, int);
53 static int none_enmic(struct ieee80211_key *, struct mbuf *, int);
54 static int none_demic(struct ieee80211_key *, struct mbuf *, int);
72 none_attach(struct ieee80211vap *vap, struct ieee80211_key *k)
78 none_detach(struct ieee80211_key *k)
84 none_setkey(struct ieee80211_key *
[all...]
H A Dieee80211_crypto.h74 struct ieee80211_key { struct
157 int cipher, int flags, struct ieee80211_key *);
159 struct ieee80211_key *);
160 int ieee80211_crypto_setkey(struct ieee80211vap *, struct ieee80211_key *);
185 void* (*ic_attach)(struct ieee80211vap *, struct ieee80211_key *);
186 void (*ic_detach)(struct ieee80211_key *);
187 int (*ic_setkey)(struct ieee80211_key *);
188 int (*ic_encap)(struct ieee80211_key *, struct mbuf *,
190 int (*ic_decap)(struct ieee80211_key *, struct mbuf *, int);
191 int (*ic_enmic)(struct ieee80211_key *, struc
[all...]
H A Dieee80211_crypto.c49 struct ieee80211_key *);
60 null_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k,
85 null_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k)
90 null_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k,
101 cipher_detach(struct ieee80211_key *key)
107 cipher_attach(struct ieee80211vap *vap, struct ieee80211_key *key)
117 struct ieee80211_key *key,
125 const struct ieee80211_key *key)
131 dev_key_set(struct ieee80211vap *vap, const struct ieee80211_key *key)
272 int cipher, int flags, struct ieee80211_key *ke
[all...]
H A Dieee80211_crypto_ccmp.c63 static void *ccmp_attach(struct ieee80211vap *, struct ieee80211_key *);
64 static void ccmp_detach(struct ieee80211_key *);
65 static int ccmp_setkey(struct ieee80211_key *);
66 static int ccmp_encap(struct ieee80211_key *k, struct mbuf *, uint8_t keyid);
67 static int ccmp_decap(struct ieee80211_key *, struct mbuf *, int);
68 static int ccmp_enmic(struct ieee80211_key *, struct mbuf *, int);
69 static int ccmp_demic(struct ieee80211_key *, struct mbuf *, int);
87 static int ccmp_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
88 static int ccmp_decrypt(struct ieee80211_key *, u_int64_t pn,
95 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *
[all...]
H A Dieee80211_crypto_wep.c50 static void *wep_attach(struct ieee80211vap *, struct ieee80211_key *);
51 static void wep_detach(struct ieee80211_key *);
52 static int wep_setkey(struct ieee80211_key *);
53 static int wep_encap(struct ieee80211_key *, struct mbuf *, uint8_t keyid);
54 static int wep_decap(struct ieee80211_key *, struct mbuf *, int hdrlen);
55 static int wep_enmic(struct ieee80211_key *, struct mbuf *, int);
56 static int wep_demic(struct ieee80211_key *, struct mbuf *, int);
73 static int wep_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
74 static int wep_decrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
86 wep_attach(struct ieee80211vap *vap, struct ieee80211_key *
[all...]
H A Dieee80211_crypto_tkip.c54 static void *tkip_attach(struct ieee80211vap *, struct ieee80211_key *);
55 static void tkip_detach(struct ieee80211_key *);
56 static int tkip_setkey(struct ieee80211_key *);
57 static int tkip_encap(struct ieee80211_key *, struct mbuf *m, uint8_t keyid);
58 static int tkip_enmic(struct ieee80211_key *, struct mbuf *, int);
59 static int tkip_decap(struct ieee80211_key *, struct mbuf *, int);
60 static int tkip_demic(struct ieee80211_key *, struct mbuf *, int);
99 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
101 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
108 tkip_attach(struct ieee80211vap *vap, struct ieee80211_key *
[all...]
H A Dieee80211_superg.h117 int, struct ieee80211_key *);
H A Dieee80211_var.h427 struct ieee80211_key iv_nw_keys[IEEE80211_WEP_NKID];
429 struct ieee80211_key *,
432 const struct ieee80211_key *);
434 const struct ieee80211_key *,
H A Dieee80211_proto.h110 struct ieee80211_key *, struct mbuf *);
H A Dieee80211_node.h163 struct ieee80211_key ni_ucastkey; /* unicast key */
H A Dieee80211_ddb.c75 static void _db_show_key(const char *tag, int ix, const struct ieee80211_key *);
745 _db_show_key(const char *tag, int ix, const struct ieee80211_key *wk)
H A Dieee80211_adhoc.c293 struct ieee80211_key *key;
H A Dieee80211_haiku.cpp646 const struct ieee80211_frame* wh, const struct ieee80211_key* k,
H A Dieee80211_output.c896 struct ieee80211_key *key, struct mbuf *m)
976 static __inline struct ieee80211_key *
995 static __inline struct ieee80211_key *
1026 struct ieee80211_key *key;
H A Dieee80211_wds.c414 struct ieee80211_key *key;
H A Dieee80211_superg.c375 struct ieee80211_key *key)
H A Dieee80211_sta.c520 struct ieee80211_key *key;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c107 struct ieee80211_key *,
110 const struct ieee80211_key *);
111 static int mwl_key_set(struct ieee80211vap *, const struct ieee80211_key *,
1577 mwl_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k,
1606 mwl_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k)
1650 addgroupflags(MWL_HAL_KEYVAL *hk, const struct ieee80211_key *k)
1667 mwl_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k,
1730 * just happens to match that in ieee80211_key.
3219 struct ieee80211_key *k;
4090 struct ieee80211_key *w
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c159 struct ieee80211_key *);
161 struct ieee80211_node *, struct ieee80211_key *);
1485 struct ieee80211_key *k;
2987 struct ieee80211_key *k)
3090 struct ieee80211_key *k)
H A Drt2661.c1310 struct ieee80211_key *k;
1470 struct ieee80211_key *k;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/wavelanwifi/dev/wi/
H A Dif_wi.c956 struct ieee80211_key *k;
1079 struct ieee80211_key *k;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1609 struct ieee80211_key *k;
2082 struct ieee80211_key *wk;

Completed in 745 milliseconds

12