Lines Matching full:devcaps
1434 struct ieee80211_devcaps_req devcaps;
1436 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1437 sizeof(devcaps)) < 0) {
1444 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1446 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1449 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1453 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1456 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1458 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM)
1461 if (devcaps.dc_drivercaps & IEEE80211_C_HOSTAP)