Home
last modified time | relevance | path

Searched refs:medium_time (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwmm.c160 int medium_time, pps, duration; in wmm_process_tspec() local
209 medium_time = surplus * pps * duration / 0x2000; in wmm_process_tspec()
210 wpa_printf(MSG_DEBUG, "WMM: Estimated medium time: %u", medium_time); in wmm_process_tspec()
218 if (medium_time > 750000) { in wmm_process_tspec()
225 tspec->medium_time = host_to_le16(medium_time / 32); in wmm_process_tspec()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h920 le16 medium_time; member