OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ic_bmisstimeout
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net80211/
ieee80211_var.h
167
u_int16_t
ic_bmisstimeout
;/* beacon miss threshold (ms) */
member in struct:ieee80211com
ieee80211.c
251
ic->
ic_bmisstimeout
= 7*ic->ic_bintval; /* default 7 beacons */
/src/sys/dev/ic/
ath.c
928
ic->
ic_bmisstimeout
*1024);
936
if (tsf - lastrx > ic->
ic_bmisstimeout
*1024) {
2549
bs.bs_bmissthreshold = howmany(ic->
ic_bmisstimeout
, intval);
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025