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

12

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_none.c45 static void *none_attach(struct ieee80211com *, struct ieee80211_key *);
46 static void none_detach(struct ieee80211_key *);
47 static int none_setkey(struct ieee80211_key *);
48 static int none_encap(struct ieee80211_key *, mblk_t *, uint8_t);
49 static int none_decap(struct ieee80211_key *, mblk_t *, int);
50 static int none_enmic(struct ieee80211_key *, mblk_t *, int);
51 static int none_demic(struct ieee80211_key *, mblk_t *, int);
70 none_attach(struct ieee80211com *ic, struct ieee80211_key *k)
77 none_detach(struct ieee80211_key *k)
84 none_setkey(struct ieee80211_key *
[all...]
H A Dnet80211_crypto_wep.c49 static void *wep_attach(struct ieee80211com *, struct ieee80211_key *);
50 static void wep_detach(struct ieee80211_key *);
51 static int wep_setkey(struct ieee80211_key *);
52 static int wep_encap(struct ieee80211_key *, mblk_t *, uint8_t keyid);
53 static int wep_decap(struct ieee80211_key *, mblk_t *, int);
54 static int wep_enmic(struct ieee80211_key *, mblk_t *, int);
55 static int wep_demic(struct ieee80211_key *, mblk_t *, int);
76 static int wep_encrypt(struct ieee80211_key *, mblk_t *, int);
77 static int wep_decrypt(struct ieee80211_key *, mblk_t *, int);
89 wep_attach(struct ieee80211com *ic, struct ieee80211_key *
[all...]
H A Dnet80211_crypto.c70 nulldev_key_alloc(ieee80211com_t *ic, const struct ieee80211_key *k,
80 nulldev_key_delete(ieee80211com_t *ic, const struct ieee80211_key *k)
87 nulldev_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
107 struct ieee80211_key *k, ieee80211_keyix ix)
130 struct ieee80211_key *key)
253 ieee80211_crypto_delkey_locked(ieee80211com_t *ic, struct ieee80211_key *key)
271 bzero(key, sizeof (struct ieee80211_key));
281 ieee80211_crypto_delkey(ieee80211com_t *ic, struct ieee80211_key *key)
313 ieee80211_crypto_setkey(ieee80211com_t *ic, struct ieee80211_key *key,
347 struct ieee80211_key *
[all...]
H A Dnet80211_crypto_ccmp.c56 static void *ccmp_attach(struct ieee80211com *, struct ieee80211_key *);
57 static void ccmp_detach(struct ieee80211_key *);
58 static int ccmp_setkey(struct ieee80211_key *);
59 static int ccmp_encap(struct ieee80211_key *k, mblk_t *, uint8_t);
60 static int ccmp_decap(struct ieee80211_key *, mblk_t *, int);
61 static int ccmp_enmic(struct ieee80211_key *, mblk_t *, int);
62 static int ccmp_demic(struct ieee80211_key *, mblk_t *, int);
64 static int ccmp_encrypt(struct ieee80211_key *, mblk_t *, int);
65 static int ccmp_decrypt(struct ieee80211_key *, uint64_t pn, mblk_t *, int);
85 ccmp_attach(struct ieee80211com *ic, struct ieee80211_key *
[all...]
H A Dnet80211_crypto_tkip.c54 static void *tkip_attach(struct ieee80211com *, 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 *, mblk_t *, uint8_t);
58 static int tkip_decap(struct ieee80211_key *, mblk_t *, int);
59 static int tkip_enmic(struct ieee80211_key *, mblk_t *, int);
60 static int tkip_demic(struct ieee80211_key *, mblk_t *, int);
91 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
93 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
102 tkip_attach(struct ieee80211com *ic, struct ieee80211_key *
[all...]
H A Dnet80211_impl.h451 struct ieee80211_key *ieee80211_crypto_getkey(ieee80211com_t *);
H A Dnet80211_output.c179 struct ieee80211_key *key;
483 struct ieee80211_key *key;
H A Dnet80211_ioctl.c2023 struct ieee80211_key *key;
2220 struct ieee80211_key *wk;
H A Dnet80211_input.c65 struct ieee80211_key *key;
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h138 struct ieee80211_key;
159 struct ieee80211_key *);
160 void (*ic_detach)(struct ieee80211_key *);
161 int32_t (*ic_setkey)(struct ieee80211_key *);
162 int32_t (*ic_encap)(struct ieee80211_key *, mblk_t *,
164 int32_t (*ic_decap)(struct ieee80211_key *, mblk_t *, int);
165 int32_t (*ic_enmic)(struct ieee80211_key *, mblk_t *, int);
166 int32_t (*ic_demic)(struct ieee80211_key *, mblk_t *, int);
170 struct ieee80211_key { struct
189 struct ieee80211_key cs_nw_key
[all...]
H A Dnet80211.h414 struct ieee80211_key in_ucastkey; /* unicast key */
709 extern struct ieee80211_key *ieee80211_crypto_encap(ieee80211com_t *, mblk_t *);
710 extern struct ieee80211_key *ieee80211_crypto_decap(ieee80211com_t *, mblk_t *,
713 struct ieee80211_key *);
714 extern int ieee80211_crypto_delkey(ieee80211com_t *, struct ieee80211_key *);
715 extern int ieee80211_crypto_setkey(ieee80211com_t *, struct ieee80211_key *,
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.h65 int ath_key_alloc(ieee80211com_t *ic, const struct ieee80211_key *k,
67 int ath_key_delete(ieee80211com_t *ic, const struct ieee80211_key *k);
68 int ath_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
H A Dath_aux.c736 ath_key_alloc(ieee80211com_t *ic, const struct ieee80211_key *k,
766 ath_key_delete(ieee80211com_t *ic, const struct ieee80211_key *k)
860 ath_keyset_tkip(ath_t *asc, const struct ieee80211_key *k,
920 ath_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
H A Dath_main.c698 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c300 const struct ieee80211_key *,
303 const struct ieee80211_key *);
304 static int mwl_key_set(struct ieee80211com *, const struct ieee80211_key *,
308 static int addgroupflags(MWL_HAL_KEYVAL *, const struct ieee80211_key *);
2259 mwl_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *k,
2292 mwl_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
2326 mwl_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
2376 * just happens to match that in ieee80211_key.
2421 struct ieee80211_key *wk;
2430 addgroupflags(MWL_HAL_KEYVAL *hk, const struct ieee80211_key *
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1848 arn_key_alloc(ieee80211com_t *ic, const struct ieee80211_key *k,
1878 arn_key_delete(ieee80211com_t *ic, const struct ieee80211_key *k)
1926 arn_keyset_tkip(struct arn_softc *sc, const struct ieee80211_key *k,
1974 arn_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c287 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c1445 struct ieee80211_key *k;
1566 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c308 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c222 static int wpi_key_set(ieee80211com_t *, const struct ieee80211_key *,
1405 static int wpi_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
2081 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c260 struct ieee80211_key *);
262 struct ieee80211_key *);
3673 struct ieee80211_key *k = NULL;
6091 struct ieee80211_key *k)
6121 struct ieee80211_key *k)
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1456 struct ieee80211_key *k;
1583 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c258 static int iwk_key_set(ieee80211com_t *, const struct ieee80211_key *,
1822 static int iwk_key_set(ieee80211com_t *ic, const struct ieee80211_key *k,
2645 struct ieee80211_key *k = NULL;
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c732 struct ieee80211_key *k;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c671 struct ieee80211_key *k;

Completed in 941 milliseconds

12