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

  /external/wpa_supplicant_8/src/ap/
wmm.c 168 u16 val, surplus; local
184 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance: %u.%04u",
208 surplus = le_to_host16(tspec->surplus_bandwidth_allowance);
209 if (surplus <= 0x2000) {
210 wpa_printf(MSG_DEBUG, "WMM: Surplus Bandwidth Allowance not "
215 medium_time = surplus * pps * duration / 0x2000;