Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathvar.h459 #define ath_hal_getcapability(_ah, _cap, _param, _result) \ macro
464 (ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK)
466 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
472 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_MIC, 1, NULL) == HAL_OK)
476 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK)
478 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK)
482 (ath_hal_getcapability(_ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK)
484 (ath_hal_getcapability(_ah, HAL_CAP_PHYCOUNTERS, 0, NULL) == HAL_OK)
486 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK)
488 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK)
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c584 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c632 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h627 extern HAL_STATUS ath_hal_getcapability(struct ath_hal *ah,
H A Dah.c437 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability() function
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c902 return ath_hal_getcapability(ah, type, capability, result); in ar5212GetCapability()