Lines Matching refs:RSSI
541 int RSSI;
2386 iwe.u.qual.level = priv->BSSinfo[i].RSSI;
2944 /* Select a BSS with the max-RSSI but of the same type and of
2954 max_rssi = priv->BSSinfo[i].RSSI;
2966 if (priv->BSSinfo[i].RSSI >= max_rssi) {
2967 max_rssi = priv->BSSinfo[i].RSSI;
2989 If we process a beacon we will only update RSSI */
2996 priv->BSSinfo[index].RSSI = rssi;
2998 if (rssi > priv->BSSinfo[index].RSSI)
2999 priv->BSSinfo[index].RSSI = rssi;