Searched refs:rateidx (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_rssadapt.c86 int flags = 0, i, rateidx = 0, thridx, top; local
103 rateidx = fixed_rate;
112 rateidx = i;
126 (rs->rs_rates[rateidx] & IEEE80211_RATE_VAL) / 2,
127 (rs->rs_rates[rateidx] & IEEE80211_RATE_VAL) * 5 % 10,
128 (*thrs)[rateidx], ra->ra_avg_rssi);
131 return rateidx;

Completed in 30 milliseconds