nan_change_conf  3913 include/net/cfg80211.h 	int	(*nan_change_conf)(struct wiphy *wiphy,
nan_change_conf  4037 include/net/mac80211.h 	int (*nan_change_conf)(struct ieee80211_hw *hw,
nan_change_conf  4056 net/mac80211/cfg.c 	.nan_change_conf = ieee80211_nan_change_conf,
nan_change_conf  1318 net/mac80211/driver-ops.h 	if (!local->ops->nan_change_conf)
nan_change_conf  1322 net/mac80211/driver-ops.h 	ret = local->ops->nan_change_conf(&local->hw, &sdata->vif, conf,
nan_change_conf  1007 net/wireless/rdev-ops.h 	if (rdev->ops->nan_change_conf)
nan_change_conf  1008 net/wireless/rdev-ops.h 		ret = rdev->ops->nan_change_conf(&rdev->wiphy, wdev, conf,