Searched refs:nan_change_conf (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | driver-ops.h | 1510 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 D | cfg.c | 5647 .nan_change_conf = ieee80211_nan_change_conf,
|
| /linux/net/wireless/ |
| H A D | rdev-ops.h | 1054 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 D | mac80211.h | 4885 int (*nan_change_conf)(struct ieee80211_hw *hw, member
|
| H A D | cfg80211.h | 5204 int (*nan_change_conf)(struct wiphy *wiphy, member
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 4190 .nan_change_conf = mac80211_hwsim_change_nan_config, \
|