Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1561 struct ieee80211_devcaps_req devcaps; in wpa_driver_bsd_capa() local
1563 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps, in wpa_driver_bsd_capa()
1564 sizeof(devcaps)) < 0) { in wpa_driver_bsd_capa()
1571 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps); in wpa_driver_bsd_capa()
1573 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1) in wpa_driver_bsd_capa()
1576 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2) 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()
[all …]