Home
last modified time | relevance | path

Searched refs:dc_cryptocaps (Results 1 – 5 of 5) sorted by relevance

/src/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1589 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()
1598 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP) in wpa_driver_bsd_capa()
1601 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP) in wpa_driver_bsd_capa()
1603 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM) in wpa_driver_bsd_capa()
1605 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM_256) in wpa_driver_bsd_capa()
1607 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_GCM_128) in wpa_driver_bsd_capa()
1609 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_GCM_256) in wpa_driver_bsd_capa()
1611 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_BIP_CMAC_128) in wpa_driver_bsd_capa()
/src/sys/net80211/
H A Dieee80211_ioctl.h568 uint32_t dc_cryptocaps; /* software + hardware crypto support */ member
H A Dieee80211_ioctl.c713 dc->dc_cryptocaps = ic->ic_cryptocaps | ic->ic_sw_cryptocaps; in ieee80211_ioctl_getdevcaps()
/src/sbin/ifconfig/
H A Difieee80211.c555 printf("cryptocaps: 0x%x\n", dc->dc_cryptocaps); in setregdomain_cb()
4551 if (dc->dc_cryptocaps != 0 || verbose) { in list_capabilities()
4553 printb("cryptocaps", dc->dc_cryptocaps, IEEE80211_CRYPTO_BITS); in list_capabilities()
/src/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c500 wif->cryptocaps = wlan_cryptocaps_to_snmp(dc.dc_cryptocaps); in wlan_get_driver_caps()