Searched refs:ath_hal_setcapability (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1209 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ macro 1216 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL) 1222 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL) 1228 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL) 1238 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL) 1246 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL) 1262 ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL) 1268 ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL) 1272 ath_hal_setcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, _v, NULL) 1288 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL) [all …]
|
/freebsd/sys/dev/ath/ath_dfs/null/ |
H A D | dfs_null.c | 140 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL); in ath_dfs_radar_enable()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 476 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL) 742 extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
|
H A D | ah.c | 902 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability() function
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_misc.c | 626 return ath_hal_setcapability(ah, type, capability, in ar5210SetCapability()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_misc.c | 667 return ath_hal_setcapability(ah, type, capability, in ar5211SetCapability()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_misc.c | 1043 return ath_hal_setcapability(ah, type, capability, in ar5212SetCapability()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_misc.c | 1111 return ath_hal_setcapability(ah, type, capability, setting, status); in ar9300_set_capability()
|