Searched refs:update_ft_ies (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 1054 ret = rdev->ops->update_ft_ies(&rdev->wiphy, dev, ftie); in rdev_update_ft_ies()
|
H A D | nl80211.c | 2352 CMD(update_ft_ies, UPDATE_FT_IES); in nl80211_send_wiphy() 13459 if (!rdev->ops->update_ft_ies) in nl80211_update_ft_ies()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 1073 ret = rdev->ops->update_ft_ies(&rdev->wiphy, dev, ftie); in rdev_update_ft_ies()
|
H A D | nl80211.c | 2636 CMD(update_ft_ies, UPDATE_FT_IES); in nl80211_send_wiphy() 14866 if (!rdev->ops->update_ft_ies) in nl80211_update_ft_ies()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3835 * @update_ft_ies: Provide updated Fast BSS Transition information to the 4170 int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2650 .update_ft_ies = wil_cfg80211_update_ft_ies,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4290 * @update_ft_ies: Provide updated Fast BSS Transition information to the 4660 int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2674 .update_ft_ies = wil_cfg80211_update_ft_ies,
|
Completed in 79 milliseconds