Lines Matching defs:conf
12867 struct cfg80211_nan_conf conf = {};
12882 conf.master_pref =
12894 conf.bands = bands;
12897 err = rdev_start_nan(rdev, wdev, &conf);
13249 struct cfg80211_nan_conf conf = {};
13259 conf.master_pref =
13261 if (conf.master_pref <= 1 || conf.master_pref == 255)
13276 conf.bands = bands;
13283 return rdev_nan_change_conf(rdev, wdev, &conf, changed);