Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_crypto.h136 #define IEEE80211_CRYPTO_TKIP (1<<IEEE80211_CIPHER_TKIP) macro
/trueos/contrib/wpa/src/drivers/
HDdriver_bsd.c1425 #define IEEE80211_CRYPTO_TKIP (1<<IEEE80211_CIPHER_TKIP) in wpa_driver_bsd_capa() macro
1463 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP) in wpa_driver_bsd_capa()
1475 #undef IEEE80211_CRYPTO_TKIP in wpa_driver_bsd_capa()
/trueos/sys/dev/if_ndis/
HDif_ndis.c902 | IEEE80211_CRYPTO_TKIP
910 | IEEE80211_CRYPTO_TKIP;
2120 if (!(ic->ic_cryptocaps & IEEE80211_CRYPTO_TKIP))
/trueos/usr.sbin/bsnmpd/modules/snmp_wlan/
HDwlan_sys.c413 if ((ccaps & IEEE80211_CRYPTO_TKIP) != 0) in wlan_cryptocaps_to_snmp()
/trueos/sys/dev/ath/
HDif_ath.c620 ic->ic_cryptocaps |= IEEE80211_CRYPTO_TKIP; in ath_attach()
2019 if ((ic->ic_cryptocaps & IEEE80211_CRYPTO_TKIP) && !sc->sc_wmetkipmic) { in ath_settkipmic()
/trueos/sys/dev/mwl/
HDif_mwl.c473 | IEEE80211_CRYPTO_TKIP in mwl_attach()
/trueos/sys/dev/usb/wlan/
HDif_run.c797 IEEE80211_CRYPTO_TKIP; in run_attach()