Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwmm.c214 u64 medium_time; in wmm_process_tspec() local
264 medium_time = (u64) surplus * pps * duration / 0x2000; in wmm_process_tspec()
266 (unsigned long) medium_time); in wmm_process_tspec()
274 if (medium_time > 750000) { in wmm_process_tspec()
281 tspec->medium_time = host_to_le16(medium_time / 32); in wmm_process_tspec()
/hostap-latest/wpa_supplicant/
Dwmm_ac.c74 u16 admitted_time = le_to_host16(tspec->medium_time); in wmm_ac_add_ts()
718 le_to_host16(tspec->medium_time), ac, dir); in wmm_ac_handle_addts_resp()
896 le_to_host16(tspec->medium_time)); in wpas_wmm_ac_status()
Drobust_av.c255 wpabuf_put_le16(buf, qos_elem->medium_time); in wpas_populate_scs_descriptor_ie()
Dwpa_supplicant_i.h630 u16 medium_time; member
Dctrl_iface.c11894 qos_elem->medium_time = atoi(pos2 + 12); in wpas_ctrl_iface_configure_scs()
/hostap-latest/src/common/
Dieee802_11_defs.h1574 le16 medium_time; member