Searched refs:medium_time (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | 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);
|
/external/wpa_supplicant_8/src/ap/ |
H A D | 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);
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | 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);
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | ieee802_11_defs.h | 844 le16 medium_time; member in struct:wmm_tspec_element
|
/external/wpa_supplicant_8/src/common/ |
H A D | ieee802_11_defs.h | 844 le16 medium_time; member in struct:wmm_tspec_element
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | ieee802_11_defs.h | 844 le16 medium_time; member in struct:wmm_tspec_element
|
Completed in 71 milliseconds