HomeSort by relevance Sort by last modified time
    Searched refs:ul_bandwidth (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1192 unsigned int dl_bandwidth, ul_bandwidth; local
1225 ul_bandwidth = ul_speed / 255 * (255 - ul_load);
1227 ul_bandwidth = ul_speed * (255 - ul_load) / 255;
1234 if (cred->min_ul_bandwidth_home > ul_bandwidth)
1239 if (cred->min_ul_bandwidth_roaming > ul_bandwidth)
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py 1743 def ul_bandwidth(self): member in class:_BaseTransceiverStation
1756 def ul_bandwidth(self, bandwidth): member in class:_BaseTransceiverStation
    [all...]

Completed in 198 milliseconds