Lines Matching refs:RSSI
542 int RSSI;
2367 iwe.u.qual.level = priv->BSSinfo[i].RSSI;
2949 /* Select a BSS with the max-RSSI but of the same type and of
2959 max_rssi = priv->BSSinfo[i].RSSI;
2971 if (priv->BSSinfo[i].RSSI >= max_rssi) {
2972 max_rssi = priv->BSSinfo[i].RSSI;
2994 If we process a beacon we will only update RSSI */
3001 priv->BSSinfo[index].RSSI = rssi;
3003 if (rssi > priv->BSSinfo[index].RSSI)
3004 priv->BSSinfo[index].RSSI = rssi;