HomeSort by: relevance | last modified time | path
    Searched defs:thrs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_rssadapt.c 196 u_int16_t (*thrs)[IEEE80211_RATE_SIZE]; local in function:ieee80211_rssadapt_choose
210 thrs = &ra->ra_rate_thresh[thridx];
228 if ((*thrs)[i] < ra->ra_avg_rssi)
239 (*thrs)[rateidx], ra->ra_avg_rssi);
328 u_int16_t (*thrs)[IEEE80211_RATE_SIZE], newthr, oldthr; local in function:ieee80211_rssadapt_raise_rate
344 thrs = &ra->ra_rate_thresh[i];
350 (*thrs)[id->id_rateidx + 1] > (*thrs)[id->id_rateidx]) {
357 rate / 2, rate * 5 % 10, (*thrs)[id->id_rateidx + 1]));
358 oldthr = (*thrs)[id->id_rateidx + 1]
    [all...]
ieee80211_rssadapt.c 196 u_int16_t (*thrs)[IEEE80211_RATE_SIZE]; local in function:ieee80211_rssadapt_choose
210 thrs = &ra->ra_rate_thresh[thridx];
228 if ((*thrs)[i] < ra->ra_avg_rssi)
239 (*thrs)[rateidx], ra->ra_avg_rssi);
328 u_int16_t (*thrs)[IEEE80211_RATE_SIZE], newthr, oldthr; local in function:ieee80211_rssadapt_raise_rate
344 thrs = &ra->ra_rate_thresh[i];
350 (*thrs)[id->id_rateidx + 1] > (*thrs)[id->id_rateidx]) {
357 rate / 2, rate * 5 % 10, (*thrs)[id->id_rateidx + 1]));
358 oldthr = (*thrs)[id->id_rateidx + 1]
    [all...]

Completed in 20 milliseconds