bandwith found

This commit is contained in:
PolynomialDivision 2017-12-12 13:04:00 +01:00
parent 2e13d10683
commit 0c1527b8b5

View file

@ -35,6 +35,7 @@ int get_bandwidth_iwinfo(__uint8_t *client_addr, float *rx_rate, float *tx_rate)
if (entry->d_type == DT_SOCK) {
if(get_bandwith(entry->d_name, client_addr, rx_rate, tx_rate))
{
// bandwith found
sucess = 1;
break;
}