Home
last modified time | relevance | path

Searched refs:ieee80211_cipher (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c48 extern const struct ieee80211_cipher wep;
49 extern const struct ieee80211_cipher tkip;
50 extern const struct ieee80211_cipher ccmp;
130 const struct ieee80211_cipher *cip; in ieee80211_crypto_newkey()
314 const struct ieee80211_cipher *cip = key->wk_cipher; in ieee80211_crypto_setkey()
387 const struct ieee80211_cipher *cip; in ieee80211_crypto_encap()
410 const struct ieee80211_cipher *cip; in ieee80211_crypto_decap()
493 const struct ieee80211_cipher *cip) in ieee80211_crypto_register()
516 const struct ieee80211_cipher *cip) in ieee80211_crypto_unregister()
H A Dnet80211_crypto_none.c51 const struct ieee80211_cipher ieee80211_cipher_none = {
H A Dnet80211_crypto_wep.c57 const struct ieee80211_cipher wep = {
H A Dnet80211_crypto_ccmp.c67 const struct ieee80211_cipher ccmp = {
H A Dnet80211_crypto_tkip.c62 const struct ieee80211_cipher tkip = {
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h152 struct ieee80211_cipher { struct
168 extern const struct ieee80211_cipher ieee80211_cipher_none; argument
179 const struct ieee80211_cipher *wk_cipher;
240 const struct ieee80211_cipher *);
242 const struct ieee80211_cipher *);
H A Dnet80211.h517 const struct ieee80211_cipher *ic_ciphers[IEEE80211_CIPHER_MAX];
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c770 const struct ieee80211_cipher *cip = k->wk_cipher; in ath_key_delete()
933 const struct ieee80211_cipher *cip = k->wk_cipher; in ath_key_set()
H A Dath_main.c697 const struct ieee80211_cipher *cip; in ath_tx_start()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1770 arn_tx_get_keytype(const struct ieee80211_cipher *cip) in arn_tx_get_keytype()
1884 const struct ieee80211_cipher *cip; in arn_tx_start()
H A Darn_main.c1882 const struct ieee80211_cipher *cip = k->wk_cipher; in arn_key_delete()
1978 const struct ieee80211_cipher *cip = k->wk_cipher; in arn_key_set()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2344 const struct ieee80211_cipher *cip = k->wk_cipher; in mwl_key_set()
2808 const struct ieee80211_cipher *cip; in mwl_send()