Home
last modified time | relevance | path

Searched refs:ic_cryptocaps (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_crypto.c321 if ((ic->ic_cryptocaps & (1<<cipher)) == 0) { in ieee80211_crypto_newkey()
333 (ic->ic_cryptocaps & IEEE80211_CRYPTO_TKIPMIC) == 0) { in ieee80211_crypto_newkey()
H A Dieee80211_var.h168 uint32_t ic_cryptocaps; /* crypto capabilities */ member
H A Dieee80211_ddb.c544 ic->ic_cryptocaps, IEEE80211_CRYPTO_BITS); in _db_show_com()
H A Dieee80211_ioctl.c713 dc->dc_cryptocaps = ic->ic_cryptocaps; in ieee80211_ioctl_getdevcaps()