Home
last modified time | relevance | path

Searched refs:nexttbtt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c71 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta()
75 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
76 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta()
123 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc()
125 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc()
136 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc()
154 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap()
165 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
H A Dcommon.h60 u32 nexttbtt; member
/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1335 unsigned int nexttbtt; /* next beacon time in TU */ member