Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwmm.c219 u64 medium_time; in wmm_process_tspec() local
269 medium_time = (u64) surplus * pps * duration / 0x2000; in wmm_process_tspec()
271 (unsigned long) medium_time); in wmm_process_tspec()
279 if (medium_time > 750000) { in wmm_process_tspec()
286 tspec->medium_time = host_to_le16(medium_time / 32); in wmm_process_tspec()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwmm_ac.c74 u16 admitted_time = le_to_host16(tspec->medium_time); in wmm_ac_add_ts()
716 le_to_host16(tspec->medium_time), ac, dir); in wmm_ac_handle_addts_resp()
894 le_to_host16(tspec->medium_time)); in wpas_wmm_ac_status()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dieee802_11_defs.h1409 le16 medium_time; member