Symbol: ieee80211_cipher
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath_keycache.c
197
const struct ieee80211_cipher *cip = k->wk_cipher;
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath_keycache.c
490
const struct ieee80211_cipher *cip = k->wk_cipher;
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/if_ath_tx.c
989
const struct ieee80211_cipher *cip;
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
1620
const struct ieee80211_cipher *cip = k->wk_cipher;
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
3095
const struct ieee80211_cipher *cip;
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/if_rum.c
1367
const struct ieee80211_cipher *cip = k->wk_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
261
ieee80211_crypto_register(const struct ieee80211_cipher *cip)
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
280
ieee80211_crypto_unregister(const struct ieee80211_cipher *cip)
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
341
const struct ieee80211_cipher *cip;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
56
static const struct ieee80211_cipher *ciphers[IEEE80211_CIPHER_MAX];
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
580
const struct ieee80211_cipher *cip = key->wk_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
686
const struct ieee80211_cipher *cip;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
712
const struct ieee80211_cipher *cip;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.c
813
const struct ieee80211_cipher *cip;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
103
const struct ieee80211_cipher *wk_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
227
extern const struct ieee80211_cipher ieee80211_cipher_none;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
232
void ieee80211_crypto_register(const struct ieee80211_cipher *);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
233
void ieee80211_crypto_unregister(const struct ieee80211_cipher *);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
271
const struct ieee80211_cipher *cip = k->wk_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto.h
54
struct ieee80211_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_ccmp.c
75
static const struct ieee80211_cipher ccmp = {
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_ccmp.c
92
static const struct ieee80211_cipher ccmp_256 = {
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_none.c
58
const struct ieee80211_cipher ieee80211_cipher_none = {
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
63
static const struct ieee80211_cipher tkip = {
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
59
static const struct ieee80211_cipher wep = {
src/libs/compat/freebsd_wlan/net80211/ieee80211_ddb.c
920
const struct ieee80211_cipher *cip = wk->wk_cipher;
src/libs/compat/freebsd_wlan/net80211/ieee80211_ioctl.c
80
const struct ieee80211_cipher *cip;
src/libs/compat/openbsd_wlan/net80211/ieee80211_crypto.c
120
ieee80211_cipher_keylen(enum ieee80211_cipher cipher)
src/libs/compat/openbsd_wlan/net80211/ieee80211_crypto.h
149
int ieee80211_cipher_keylen(enum ieee80211_cipher);
src/libs/compat/openbsd_wlan/net80211/ieee80211_crypto.h
77
enum ieee80211_cipher k_cipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_input.c
1390
enum ieee80211_cipher
src/libs/compat/openbsd_wlan/net80211/ieee80211_input.c
90
enum ieee80211_cipher ieee80211_parse_rsn_cipher(const u_int8_t *);
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.h
321
enum ieee80211_cipher ni_rsngroupcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.h
322
enum ieee80211_cipher ni_rsngroupmgmtcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_node.h
324
enum ieee80211_cipher ni_rsncipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_priv.h
70
enum ieee80211_cipher rsn_groupcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_priv.h
71
enum ieee80211_cipher rsn_groupmgmtcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_var.h
369
enum ieee80211_cipher ic_rsngroupcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_var.h
370
enum ieee80211_cipher ic_rsngroupmgmtcipher;
src/libs/compat/openbsd_wlan/net80211/ieee80211_var.h
424
enum ieee80211_cipher rsngroupcipher;