OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tim_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net80211/
ieee80211_output.c
1931
tie->
tim_count
= 0; /* DTIM count */
2101
if (tie->
tim_count
== 0)
2102
tie->
tim_count
= tie->tim_period - 1;
2104
tie->
tim_count
--;
2106
if (mcast && (tie->
tim_count
== 1 || tie->tim_period == 1))
ieee80211.h
524
u_int8_t
tim_count
; /* DTIM count */
member in struct:ieee80211_tim_ie
ieee80211_input.c
2300
ni->ni_dtim_count = ie->
tim_count
;
ieee80211_node.c
1322
ni->ni_dtim_count = ie->
tim_count
;
Completed in 29 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025