OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ath_hal_getcapability
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/
ah.c
437
ath_hal_getcapability
(struct ath_hal *ah, HAL_CAPABILITY_TYPE type,
function in typeref:typename:HAL_STATUS
/src/sys/dev/ic/
athvar.h
459
#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
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025