HomeSort by: relevance | last modified time | path
    Searched refs:ul_load (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.c 1258 u8 wan_info, dl_load, ul_load; local
1281 ul_load = wan[10];
1289 ul_bandwidth = ul_speed / 255 * (255 - ul_load);
1291 ul_bandwidth = ul_speed * (255 - ul_load) / 255;

Completed in 24 milliseconds