HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_key (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/net80211/
ieee80211_crypto.h 72 struct ieee80211_key { struct
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 *);
    [all...]
ieee80211_crypto_none.c 57 static void *none_attach(struct ieee80211com *, struct ieee80211_key *);
58 static void none_detach(struct ieee80211_key *);
59 static int none_setkey(struct ieee80211_key *);
60 static int none_encap(struct ieee80211_key *, struct mbuf *, u_int8_t);
61 static int none_decap(struct ieee80211_key *, struct mbuf *, int);
62 static int none_enmic(struct ieee80211_key *, struct mbuf *, int);
63 static int none_demic(struct ieee80211_key *, struct mbuf *, int);
81 none_attach(struct ieee80211com *ic, struct ieee80211_key *k)
87 none_detach(struct ieee80211_key *k)
93 none_setkey(struct ieee80211_key *k
    [all...]
ieee80211_crypto_ccmp.c 74 static void *ccmp_attach(struct ieee80211com *, struct ieee80211_key *);
75 static void ccmp_detach(struct ieee80211_key *);
76 static int ccmp_setkey(struct ieee80211_key *);
77 static int ccmp_encap(struct ieee80211_key *k, struct mbuf *, u_int8_t keyid);
78 static int ccmp_decap(struct ieee80211_key *, struct mbuf *, int);
79 static int ccmp_enmic(struct ieee80211_key *, struct mbuf *, int);
80 static int ccmp_demic(struct ieee80211_key *, struct mbuf *, int);
100 static int ccmp_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
101 static int ccmp_decrypt(struct ieee80211_key *, u_int64_t pn,
105 ccmp_attach(struct ieee80211com *ic, struct ieee80211_key *k
    [all...]
ieee80211_crypto.c 80 struct ieee80211_key *);
86 null_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *k,
112 null_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
118 null_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
134 cipher_detach(struct ieee80211_key *key)
143 dev_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *key,
150 dev_key_delete(struct ieee80211com *ic, const struct ieee80211_key *key)
156 dev_key_set(struct ieee80211com *ic, const struct ieee80211_key *key,
268 struct ieee80211_key *key)
427 _ieee80211_crypto_delkey(struct ieee80211com *ic, struct ieee80211_key *key
    [all...]
ieee80211_crypto_wep.c 60 static void *wep_attach(struct ieee80211com *, struct ieee80211_key *);
61 static void wep_detach(struct ieee80211_key *);
62 static int wep_setkey(struct ieee80211_key *);
63 static int wep_encap(struct ieee80211_key *, struct mbuf *, u_int8_t keyid);
64 static int wep_decap(struct ieee80211_key *, struct mbuf *, int hdrlen);
65 static int wep_enmic(struct ieee80211_key *, struct mbuf *, int);
66 static int wep_demic(struct ieee80211_key *, struct mbuf *, int);
85 static int wep_encrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
86 static int wep_decrypt(struct ieee80211_key *, struct mbuf *, int hdrlen);
94 wep_attach(struct ieee80211com *ic, struct ieee80211_key *k
    [all...]
ieee80211_crypto_tkip.c 64 static void *tkip_attach(struct ieee80211com *, struct ieee80211_key *);
65 static void tkip_detach(struct ieee80211_key *);
66 static int tkip_setkey(struct ieee80211_key *);
67 static int tkip_encap(struct ieee80211_key *, struct mbuf *m, u_int8_t keyid);
68 static int tkip_enmic(struct ieee80211_key *, struct mbuf *, int);
69 static int tkip_decap(struct ieee80211_key *, struct mbuf *, int);
70 static int tkip_demic(struct ieee80211_key *, struct mbuf *, int);
111 static int tkip_encrypt(struct tkip_ctx *, struct ieee80211_key *,
113 static int tkip_decrypt(struct tkip_ctx *, struct ieee80211_key *,
117 tkip_attach(struct ieee80211com *ic, struct ieee80211_key *k
    [all...]
ieee80211_proto.h 234 const struct ieee80211_key *, int,
ieee80211_node.h 119 struct ieee80211_key ni_ucastkey; /* unicast key */
ieee80211_output.c 409 struct ieee80211_key *key, struct mbuf *m)
496 static __inline struct ieee80211_key *
514 static __inline struct ieee80211_key *
536 struct ieee80211_key *key;
827 const struct ieee80211_key *wk, int len,
ieee80211_netbsd.c 659 const struct ieee80211_frame *wh, const struct ieee80211_key *k,
ieee80211_ioctl.c 778 struct ieee80211_key *k = &ic->ic_nw_keys[i];
878 struct ieee80211_key *wk;
1623 struct ieee80211_key *wk;
2048 struct ieee80211_key *k;
2565 struct ieee80211_key *k;
  /src/sys/dev/ic/
bwfmvar.h 36 struct ieee80211_key;
194 const struct ieee80211_key *key;
athnvar.h 655 struct ieee80211_key *);
657 struct ieee80211_key *);
rtw.c 101 static int rtw_key_delete(struct ieee80211com *, const struct ieee80211_key *);
102 static int rtw_key_set(struct ieee80211com *, const struct ieee80211_key *,
106 static int rtw_wep_decap(struct ieee80211_key *, struct mbuf *, int);
107 static void rtw_wep_setkeys(struct rtw_softc *, struct ieee80211_key *, int);
533 rtw_wep_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen)
535 struct ieee80211_key keycopy;
546 rtw_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
563 rtw_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
619 rtw_key_hwsupp(uint32_t flags, const struct ieee80211_key *k)
629 rtw_wep_setkeys(struct rtw_softc *sc, struct ieee80211_key *wk, int txkey
    [all...]
bwfm.c 71 int bwfm_key_set(struct ieee80211com *, const struct ieee80211_key *,
73 int bwfm_key_delete(struct ieee80211com *, const struct ieee80211_key *);
810 bwfm_key_set(struct ieee80211com *ic, const struct ieee80211_key *wk,
833 const struct ieee80211_key *wk = ck->key;
903 bwfm_key_delete(struct ieee80211com *ic, const struct ieee80211_key *wk)
926 const struct ieee80211_key *wk = ck->key;
ath.c 138 const struct ieee80211_key *,
141 const struct ieee80211_key *);
142 static int ath_key_set(struct ieee80211com *, const struct ieee80211_key *,
1536 ath_keyset_tkip(struct ath_softc *sc, const struct ieee80211_key *k,
1599 ath_keyset(struct ath_softc *sc, const struct ieee80211_key *k,
1801 ath_key_alloc(struct ieee80211com *ic, const struct ieee80211_key *k,
1858 ath_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
1903 ath_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
3644 struct ieee80211_key *k;
atw.c 232 static int atw_key_delete(struct ieee80211com *, const struct ieee80211_key *);
233 static int atw_key_set(struct ieee80211com *, const struct ieee80211_key *,
2113 atw_key_delete(struct ieee80211com *ic, const struct ieee80211_key *k)
2129 atw_key_set(struct ieee80211com *ic, const struct ieee80211_key *k,
3506 struct ieee80211_key *k;
  /src/sys/dev/pci/
if_rtwnreg.h 135 struct ieee80211_key key;
  /src/sys/dev/usb/
if_otusvar.h 159 struct ieee80211_key key;
if_runvar.h 117 struct ieee80211_key key;
if_athn_usb.h 420 struct ieee80211_key *key;
if_otus.c 169 struct ieee80211_key *);
172 struct ieee80211_key *);
1948 struct ieee80211_key *k;
2927 struct ieee80211_key *k)
2952 struct ieee80211_key *k;
3003 struct ieee80211_key *k)
3026 struct ieee80211_key *k;
if_run.c 387 const struct ieee80211_key *, const uint8_t *);
390 const struct ieee80211_key *);
2026 run_set_key(struct ieee80211com *ic, const struct ieee80211_key *k,
2047 struct ieee80211_key *k = &cmd->key;
2137 run_delete_key(struct ieee80211com *ic, const struct ieee80211_key *k)
2154 struct ieee80211_key *k = &cmd->key;
2533 struct ieee80211_key *k;
if_athn_usb.c 189 struct ieee80211_node *, struct ieee80211_key *);
192 struct ieee80211_node *, struct ieee80211_key *);
1857 struct ieee80211_key *k)
1895 struct ieee80211_key *k)
2461 struct ieee80211_key *k = NULL;
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 121 struct ieee80211_key *);
1210 struct ieee80211_key *key = &ic->ic_crypto.cs_nw_keys[i];
1509 struct ieee80211_key *key)

Completed in 40 milliseconds

1 2