Home
last modified time | relevance | path

Searched refs:IEEE80211_CIPHER_TKIP (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.h136 #define IEEE80211_CIPHER_TKIP 1 macro
147 #define IEEE80211_CRYPTO_TKIP (1<<IEEE80211_CIPHER_TKIP)
H A Dieee80211_crypto.c240 [IEEE80211_CIPHER_TKIP] = "wlan_tkip",
332 if (cipher == IEEE80211_CIPHER_TKIP && in ieee80211_crypto_newkey()
H A Dieee80211_hostap.c1192 *cipher = IEEE80211_CIPHER_TKIP; in wpa_cipher()
1313 rsn->rsn_ucastcipher = IEEE80211_CIPHER_TKIP; in ieee80211_parse_wpa()
1367 *cipher = IEEE80211_CIPHER_TKIP; in rsn_cipher()
1491 else if (w & (1 << IEEE80211_CIPHER_TKIP)) in ieee80211_parse_rsn()
1492 rsn->rsn_ucastcipher = IEEE80211_CIPHER_TKIP; in ieee80211_parse_rsn()
1495 rsn->rsn_mcastcipher == IEEE80211_CIPHER_TKIP)) in ieee80211_parse_rsn()
H A Dieee80211_crypto_tkip.c67 .ic_cipher = IEEE80211_CIPHER_TKIP,
H A Dieee80211_ddb.c784 case IEEE80211_CIPHER_TKIP: in _db_show_key()
H A Dieee80211_freebsd.c882 iev.iev_cipher = IEEE80211_CIPHER_TKIP; in ieee80211_notify_michael_failure()
H A Dieee80211_ioctl.c114 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP) { in ieee80211_ioctl_getkey()
/f-stack/tools/ifconfig/
H A Difieee80211.c4714 case IEEE80211_CIPHER_TKIP:
4754 case IEEE80211_CIPHER_TKIP: in printkey()