Home
last modified time | relevance | path

Searched refs:bs_cfpperiod (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_beacon.c136 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod); in ar5211SetStaBeaconTimers()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_beacon.c131 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod); in ar5210SetStaBeaconTimers()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c159 OS_REG_WRITE(ah, AR_CFP_PERIOD, bs->bs_cfpperiod); in ar5212SetStaBeaconTimers()
/NextBSD/sys/dev/ath/
HDif_ath_beacon.c1058 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in ath_beacon_config()
1111 , bs.bs_cfpperiod in ath_beacon_config()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h822 uint16_t bs_cfpperiod; /* CFP period in TU */ member