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

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1190 u32 ul_speed, dl_speed; local
1208 dl_speed = WPA_GET_LE32(wan + 1);
1213 if (dl_speed >= 0xffffff)
1214 dl_bandwidth = dl_speed / 255 * (255 - dl_load);
1216 dl_bandwidth = dl_speed * (255 - dl_load) / 255;

Completed in 169 milliseconds