Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:min_dl_bandwidth_home

2802 	if (os_strcmp(var, "min_dl_bandwidth_home") == 0) {
2803 cred->min_dl_bandwidth_home = atoi(value);
3115 if (os_strcmp(var, "min_dl_bandwidth_home") == 0)
3116 return alloc_int_str(cred->min_dl_bandwidth_home);