Home
last modified time | relevance | path

Searched refs:ath_hal_setcapability (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/dev/ath/
HDif_athvar.h1162 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ macro
1169 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
1175 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
1181 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
1191 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
1199 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
1215 ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL)
1221 ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL)
1225 ath_hal_setcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, _v, NULL)
1241 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL)
[all …]
/trueos/sys/dev/ath/ath_dfs/null/
HDdfs_null.c140 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL); in ath_dfs_radar_enable()
/trueos/sys/dev/ath/ath_hal/
HDah_internal.h463 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL)
735 extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
HDah.c795 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability() function
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c618 return ath_hal_setcapability(ah, type, capability, in ar5210SetCapability()
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c660 return ath_hal_setcapability(ah, type, capability, in ar5211SetCapability()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c1043 return ath_hal_setcapability(ah, type, capability, in ar5212SetCapability()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c996 return ath_hal_setcapability(ah, type, capability, setting, status); in ar9300_set_capability()