Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ht.c161 static int ieee80211_bar_timeout = -1; /* timeout waiting for BAR response */ variable
183 ieee80211_bar_timeout = msecs_to_ticks(250); in ieee80211_ht_init()
2837 callout_reset(&tap->txa_timer, ieee80211_bar_timeout, bar_timeout, tap); in bar_start_timer()