Home | History | Annotate | Download | only in drivers

Lines Matching full:devcaps

1396 	struct ieee80211_devcaps_req devcaps;
1398 if (get80211var(drv, IEEE80211_IOC_DEVCAPS, &devcaps,
1399 sizeof(devcaps)) < 0) {
1406 __func__, devcaps.dc_drivercaps, devcaps.dc_cryptocaps);
1408 if (devcaps.dc_drivercaps & IEEE80211_C_WPA1)
1411 if (devcaps.dc_drivercaps & IEEE80211_C_WPA2)
1415 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_WEP)
1418 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_TKIP)
1420 if (devcaps.dc_cryptocaps & IEEE80211_CRYPTO_AES_CCM)
1423 if (devcaps.dc_drivercaps & IEEE80211_C_HOSTAP)