OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:disassoc_timer
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
570
int
disassoc_timer
;
local
576
disassoc_timer
= atoi(cmd + 17);
590
mgmt->u.action.u.bss_tm_req.
disassoc_timer
=
591
host_to_le16(
disassoc_timer
);
614
int
disassoc_timer
;
local
623
disassoc_timer
= atoi(timerstr);
624
if (
disassoc_timer
< 0 ||
disassoc_timer
> 65535)
647
mgmt->u.action.u.bss_tm_req.
disassoc_timer
=
648
host_to_le16(
disassoc_timer
);
[
all
...]
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
534
le16
disassoc_timer
;
member in struct:ieee80211_mgmt::__anon30551::__anon30561::__anon30562::__anon30573
[
all
...]
Completed in 131 milliseconds