Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_bsd.c1525 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()
1527 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1) in wpa_driver_bsd_capa()
1530 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2) in wpa_driver_bsd_capa()
1554 if (devcaps.dc_drivercaps & IEEE80211_C_HOSTAP) in wpa_driver_bsd_capa()
/freebsd-12-stable/sys/net80211/
Dieee80211_ioctl.h562 uint32_t dc_drivercaps; /* general driver caps */ member
Dieee80211_ioctl.c712 dc->dc_drivercaps = ic->ic_caps; in ieee80211_ioctl_getdevcaps()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_sys.c502 wif->drivercaps = wlan_drivercaps_to_snmp(dc.dc_drivercaps); in wlan_get_driver_caps()
/freebsd-12-stable/sbin/ifconfig/
Difieee80211.c551 printf("drivercaps: 0x%x\n", dc->dc_drivercaps); in setregdomain_cb()
4257 printb("drivercaps", dc->dc_drivercaps, IEEE80211_C_BITS); in list_capabilities()