Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:min_dl_bandwidth_home

2997 	if (os_strcmp(var, "min_dl_bandwidth_home") == 0) {
2998 cred->min_dl_bandwidth_home = atoi(value);
3315 if (os_strcmp(var, "min_dl_bandwidth_home") == 0)
3316 return alloc_int_str(cred->min_dl_bandwidth_home);