HomeSort by relevance Sort by last modified time
    Searched refs:medium_time (Results 1 - 2 of 2) 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);
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 739 le16 medium_time; member in struct:wmm_tspec_element

Completed in 33 milliseconds