Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_athvar.h1226 #define ath_hal_setcapability(_ah, _cap, _param, _v, _status) \ macro
1233 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
1239 ath_hal_setcapability(_ah, HAL_CAP_TKIP_MIC, 1, _v, NULL)
1245 ath_hal_setcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, _v, NULL)
1255 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
1263 ath_hal_setcapability(_ah, HAL_CAP_DIAG, 0, _v, NULL)
1279 ath_hal_setcapability(_ah, HAL_CAP_TXPOW, 3, _v, NULL)
1285 ath_hal_setcapability(_ah, HAL_CAP_TPC, 1, _v, NULL)
1289 ath_hal_setcapability(_ah, HAL_CAP_MCAST_KEYSRCH, 0, _v, NULL)
1305 ath_hal_setcapability(_ah, HAL_CAP_TSF_ADJUST, 1, _onoff, NULL)
[all …]
/dflybsd-src/sys/dev/netif/ath/ath_dfs/null/
H A Ddfs_null.c145 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL); in ath_dfs_radar_enable()
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h470 ath_hal_setcapability(_ah, HAL_CAP_RFSILENT, 1, _v, AH_NULL)
742 extern HAL_BOOL ath_hal_setcapability(struct ath_hal *ah,
H A Dah.c800 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability() function
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c619 return ath_hal_setcapability(ah, type, capability, in ar5210SetCapability()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c660 return ath_hal_setcapability(ah, type, capability, in ar5211SetCapability()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c1043 return ath_hal_setcapability(ah, type, capability, in ar5212SetCapability()
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1063 return ath_hal_setcapability(ah, type, capability, setting, status); in ar9300_set_capability()