Searched refs:dc_cryptocaps (Results 1 – 5 of 5) sorted by relevance
1571 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()1580 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP) in wpa_driver_bsd_capa()1583 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP) in wpa_driver_bsd_capa()1585 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM) in wpa_driver_bsd_capa()1587 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_GCM_128) in wpa_driver_bsd_capa()1589 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_BIP_CMAC_128) in wpa_driver_bsd_capa()
567 uint32_t dc_cryptocaps; /* software + hardware crypto support */ member
712 dc->dc_cryptocaps = ic->ic_cryptocaps | ic->ic_sw_cryptocaps; in ieee80211_ioctl_getdevcaps()
555 printf("cryptocaps: 0x%x\n", dc->dc_cryptocaps); in setregdomain_cb()4289 if (dc->dc_cryptocaps != 0 || verbose) { in list_capabilities()4291 printb("cryptocaps", dc->dc_cryptocaps, IEEE80211_CRYPTO_BITS); in list_capabilities()
500 wif->cryptocaps = wlan_cryptocaps_to_snmp(dc.dc_cryptocaps); in wlan_get_driver_caps()