Searched refs:IEEE80211_CRYPTO_TKIP (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_crypto.h136 #define IEEE80211_CRYPTO_TKIP (1<<IEEE80211_CIPHER_TKIP) macro
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1425 #define IEEE80211_CRYPTO_TKIP (1<<IEEE80211_CIPHER_TKIP) macro
1452 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1463 #undef IEEE80211_CRYPTO_TKIP macro
/freebsd-10.0-release/sys/dev/if_ndis/
H A Dif_ndis.c902 | IEEE80211_CRYPTO_TKIP
910 | IEEE80211_CRYPTO_TKIP;
2117 if (!(ic->ic_cryptocaps & IEEE80211_CRYPTO_TKIP))
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c413 if ((ccaps & IEEE80211_CRYPTO_TKIP) != 0)
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c620 ic->ic_cryptocaps |= IEEE80211_CRYPTO_TKIP;
2019 if ((ic->ic_cryptocaps & IEEE80211_CRYPTO_TKIP) && !sc->sc_wmetkipmic) {
/freebsd-10.0-release/sys/dev/mwl/
H A Dif_mwl.c471 | IEEE80211_CRYPTO_TKIP
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c649 IEEE80211_CRYPTO_TKIP;

Completed in 146 milliseconds