Home
last modified time | relevance | path

Searched refs:nan_change_conf (Results 1 – 6 of 6) sorted by relevance

/linux/net/mac80211/
H A Ddriver-ops.h1510 if (!local->ops->nan_change_conf) in drv_nan_change_conf()
1514 ret = local->ops->nan_change_conf(&local->hw, &sdata->vif, conf, in drv_nan_change_conf()
H A Dcfg.c5647 .nan_change_conf = ieee80211_nan_change_conf,
/linux/net/wireless/
H A Drdev-ops.h1054 if (rdev->ops->nan_change_conf) in rdev_nan_change_conf()
1055 ret = rdev->ops->nan_change_conf(&rdev->wiphy, wdev, conf, in rdev_nan_change_conf()
/linux/include/net/
H A Dmac80211.h4885 int (*nan_change_conf)(struct ieee80211_hw *hw, member
H A Dcfg80211.h5204 int (*nan_change_conf)(struct wiphy *wiphy, member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c4190 .nan_change_conf = mac80211_hwsim_change_nan_config, \