OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ul_speed
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
interworking.c
1196
u32
ul_speed
, dl_speed;
local
1215
ul_speed
= WPA_GET_LE32(wan + 5);
1224
if (
ul_speed
>= 0xffffff)
1225
ul_bandwidth =
ul_speed
/ 255 * (255 - ul_load);
1227
ul_bandwidth =
ul_speed
* (255 - ul_load) / 255;
[
all
...]
Completed in 792 milliseconds