/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_athvar.h | 1224 #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 D | if_ath.c | 1102 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 D | if_ath_rx.c | 210 if (ath_hal_getcapability(sc->sc_ah, HAL_CAP_PSPOLL, in ath_calcrxfilter()
|
/dflybsd-src/sys/dev/netif/ath/ath_dfs/null/ |
H A D | dfs_null.c | 113 if (ath_hal_getcapability(sc->sc_ah, in ath_dfs_radar_enable()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ |
H A D | ah_internal.h | 468 (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 D | ah.c | 599 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 D | ar9300_radar.c | 287 if (ath_hal_getcapability(ah, HAL_CAP_EXT_CHAN_DFS, 0, 0) == HAL_OK) {
|
H A D | ar9300_misc.c | 783 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 D | ar9300_reset.c | 155 ath_hal_getcapability(ah, HAL_CAP_MFP, 0, &mfpcap); in ar9300_init_mfp()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/ |
H A D | ar5210_misc.c | 593 return ath_hal_getcapability(ah, type, capability, result); in ar5210GetCapability()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/ |
H A D | ar5211_misc.c | 637 return ath_hal_getcapability(ah, type, capability, result); in ar5211GetCapability()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/ |
H A D | ar5212_misc.c | 924 return ath_hal_getcapability(ah, type, capability, result); in ar5212GetCapability()
|