OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nt_inact_timer
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/net80211/
ieee80211.c
826
if (nt->
nt_inact_timer
) {
827
if (--nt->
nt_inact_timer
== 0)
829
need_inact_timer += nt->
nt_inact_timer
;
832
if (nt->
nt_inact_timer
) {
833
if (--nt->
nt_inact_timer
== 0)
835
need_inact_timer += nt->
nt_inact_timer
;
ieee80211_node.h
203
int
nt_inact_timer
; /* inactivity timer */
member in struct:ieee80211_node_table
ieee80211_proto.c
1153
ic->ic_scan.
nt_inact_timer
= IEEE80211_INACT_WAIT;
1154
ic->ic_sta.
nt_inact_timer
= IEEE80211_INACT_WAIT;
ieee80211_node.c
1933
nt->
nt_inact_timer
= IEEE80211_INACT_WAIT;
2098
nt->
nt_inact_timer
= IEEE80211_INACT_WAIT;
2521
nt->
nt_inact_timer
= 0;
Completed in 21 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025