Searched refs:ic_cipher (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto.c | 197 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_register() 199 __func__, cip->ic_name, cip->ic_cipher); in ieee80211_crypto_register() 202 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_register() 207 ciphers[cip->ic_cipher] = cip; in ieee80211_crypto_register() 216 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_unregister() 218 __func__, cip->ic_name, cip->ic_cipher); in ieee80211_crypto_unregister() 221 if (ciphers[cip->ic_cipher] != NULL && ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_unregister() 228 ciphers[cip->ic_cipher] = NULL; in ieee80211_crypto_unregister()
|
| H A D | ieee80211_crypto_none.c | 62 .ic_cipher = IEEE80211_CIPHER_NONE,
|
| H A D | ieee80211_crypto.h | 187 u_int ic_cipher; /* IEEE80211_CIPHER_* */ member
|
| H A D | ieee80211_ddb.c | 777 switch (cip->ic_cipher) { in _db_show_key() 803 cip->ic_cipher, wk->wk_keyix, 8*keylen); in _db_show_key() 815 if (cip->ic_cipher != IEEE80211_CIPHER_WEP && in _db_show_key() 818 if (cip->ic_cipher != IEEE80211_CIPHER_WEP && in _db_show_key()
|
| H A D | ieee80211_crypto_wep.c | 63 .ic_cipher = IEEE80211_CIPHER_WEP,
|
| H A D | ieee80211_crypto_ccmp.c | 76 .ic_cipher = IEEE80211_CIPHER_AES_CCM,
|
| H A D | ieee80211_crypto_tkip.c | 67 .ic_cipher = IEEE80211_CIPHER_TKIP,
|
| H A D | ieee80211_freebsd.c | 854 iev.iev_cipher = k->wk_cipher->ic_cipher; in ieee80211_notify_replay_failure()
|
| H A D | ieee80211_ioctl.c | 104 ik.ik_type = cip->ic_cipher; in ieee80211_ioctl_getkey() 114 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) { in ieee80211_ioctl_getkey()
|