Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_athvar.h1224 #define ath_hal_getcapability(_ah, _cap, _param, _result) \ macro
1229 (ath_hal_getcapability(_ah, HAL_CAP_CIPHER, _cipher, NULL) == HAL_OK)
1231 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
1237 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_MIC, 1, NULL) == HAL_OK)
1241 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 0, NULL) == HAL_OK)
1243 (ath_hal_getcapability(_ah, HAL_CAP_TKIP_SPLIT, 1, NULL) == HAL_OK)
1247 (ath_hal_getcapability(_ah, HAL_CAP_WME_TKIPMIC, 0, NULL) == HAL_OK)
1249 (ath_hal_getcapability(_ah, HAL_CAP_PHYCOUNTERS, 0, NULL) == HAL_OK)
1251 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK)
1253 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK)
[all …]
H A Dif_ath.c1102 if (ath_hal_getcapability(ah, HAL_CAP_ENTERPRISE_MODE, 0,
1110 if (ath_hal_getcapability(ah, HAL_CAP_HT, 0, NULL) == HAL_OK &&
1131 if ((ath_hal_getcapability(ah,
1148 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs);
1149 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &rxs);
1160 if (ath_hal_getcapability(ah, HAL_CAP_RX_STBC, 0,
1167 if (txs > 1 && ath_hal_getcapability(ah, HAL_CAP_TX_STBC, 0,
1175 (void) ath_hal_getcapability(ah, HAL_CAP_RTS_AGGR_LIMIT, 1,
1185 if ((ath_hal_getcapability(ah, HAL_CAP_LDPC, 0, &ldpc))
1218 ath_hal_getcapability(ah, HAL_CAP_SERIALISE_WAR,
H A Dif_ath_rx.c210 if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_PSPOLL, in ath_calcrxfilter()
/dflybsd-src/sys/dev/netif/ath/ath_dfs/null/
H A Ddfs_null.c113 if (ath_hal_getcapability(sc->sc_ah, in ath_dfs_radar_enable()
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h468 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 1, AH_NULL) == HAL_OK)
472 (ath_hal_getcapability(_ah, HAL_CAP_RFSILENT, 3, AH_NULL) == HAL_OK)
739 extern HAL_STATUS ath_hal_getcapability(struct ath_hal *ah,
H A Dah.c599 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability() function
1391 if (ath_hal_getcapability(ah, HAL_CAP_DIAG, 0, &diag) != HAL_OK) in ath_hal_getcca()
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_radar.c287 if (ath_hal_getcapability(ah, HAL_CAP_EXT_CHAN_DFS, 0, 0) == HAL_OK) {
H A Dar9300_misc.c783 return ath_hal_getcapability(ah, type, capability, result); in ar9300_get_capability()
951 return ath_hal_getcapability(ah, type, capability, result); in ar9300_get_capability()
2145 if ((ath_hal_getcapability(ah, HAL_CAP_RIFS_RX, 0, AH_NULL) == HAL_OK)) { in ar9300_set_11n_rx_rifs()
H A Dar9300_reset.c155 ath_hal_getcapability(ah, HAL_CAP_MFP, 0, &mfpcap); in ar9300_init_mfp()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c593 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c637 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c924 return ath_hal_getcapability(ah, type, capability, result); in ar5212GetCapability()