Lines Matching defs:conf
14274 struct cfg80211_nan_conf conf = {};
14289 conf.master_pref =
14301 conf.bands = bands;
14304 err = rdev_start_nan(rdev, wdev, &conf);
14656 struct cfg80211_nan_conf conf = {};
14666 conf.master_pref =
14668 if (conf.master_pref <= 1 || conf.master_pref == 255)
14683 conf.bands = bands;
14690 return rdev_nan_change_conf(rdev, wdev, &conf, changed);