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

/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1500 struct ieee80211_devcaps_req devcaps; local
1502 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1503 sizeof(devcaps)) < 0) {
1510 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1512 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1515 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1530 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1533 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1535 if (devcaps
[all...]

Completed in 59 milliseconds