OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_idle_period
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
sta_info.h
336
u16
max_idle_period
; /* if nonzero, the granted BSS max idle period in
member in struct:sta_info
sta_info.c
549
if (sta->
max_idle_period
)
550
max_inactivity = (sta->
max_idle_period
* 1024 + 999) / 1000;
832
if (sta->
max_idle_period
)
833
max_inactivity = (sta->
max_idle_period
* 1024 + 999) / 1000;
ctrl_iface_ap.c
280
if (sta->
max_idle_period
) {
282
"
max_idle_period
=%d\n", sta->
max_idle_period
);
ieee802_11.c
4410
sta->
max_idle_period
= req;
4413
sta->
max_idle_period
=
4991
p = hostapd_eid_bss_max_idle_period(hapd, p, sta->
max_idle_period
);
Completed in 48 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026