OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:medium_time
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
wmm.c
166
int
medium_time
, pps, duration;
local
215
medium_time
= surplus * pps * duration / 0x2000;
216
wpa_printf(MSG_DEBUG, "WMM: Estimated medium time: %u",
medium_time
);
224
if (
medium_time
> 750000) {
231
tspec->
medium_time
= host_to_le16(
medium_time
/ 32);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11e.h
68
uint16
medium_time
; /* Medium Time (32 us/s periods) */
member in struct:tspec
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
844
le16
medium_time
;
member in struct:wmm_tspec_element
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
3760
uint16
medium_time
; \/* Medium Time (32 us\/s periods) *\/
member in struct:tspec_arg
[
all
...]
Completed in 2312 milliseconds