Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_beacon.c78 ahp->ah_beaconInterval = (bt->bt_intval & HAL_BEACON_PERIOD); in ar5212SetBeaconTimers()
H A Dar5212.h292 uint32_t ah_beaconInterval; /* XXX */ member
H A Dar5212_attach.c267 ahp->ah_beaconInterval = 100; /* XXX [20..1000] */ in ar5212InitState()
H A Dar5212_xmit.c432 value = (ahp->ah_beaconInterval * 70 / 100) in ar5212ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_beacon.c57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD; in ar5416SetBeaconTimers()
H A Dar5416_xmit.c1411 value = (ahp->ah_beaconInterval * 50 / 100) in ar5416ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211.h128 uint32_t ah_beaconInterval; member
H A Dar5211_xmit.c347 value = (ahp->ah_beaconInterval in ar5211ResetTxQueue()