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

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 385 unsigned int min_ul_bandwidth_home; member in struct:wpa_cred
config_file.c 979 if (cred->min_ul_bandwidth_home)
981 cred->min_ul_bandwidth_home);
interworking.c 207 cred->min_ul_bandwidth_home ||
1263 !cred->min_ul_bandwidth_home &&
1298 if (cred->min_ul_bandwidth_home > ul_bandwidth)
config.c 3760 if (os_strcmp(var, "min_ul_bandwidth_home") == 0) {
3761 cred->min_ul_bandwidth_home = atoi(value);
4161 if (os_strcmp(var, "min_ul_bandwidth_home") == 0)
4162 return alloc_int_str(cred->min_ul_bandwidth_home);

Completed in 26 milliseconds