HomeSort by relevance Sort by last modified time
    Searched refs:medium_time (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
wmm.c 163 int medium_time, pps, duration; local
212 medium_time = surplus * pps * duration / 0x2000;
213 wpa_printf(MSG_DEBUG, "WMM: Estimated medium time: %u", medium_time);
221 if (medium_time > 750000) {
228 tspec->medium_time = host_to_le16(medium_time / 32);
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 661 le16 medium_time; member in struct:wmm_tspec_element
  /external/wpa_supplicant_8/wpa_supplicant/
mlme.c     [all...]

Completed in 28 milliseconds