Home
last modified time | relevance | path

Searched refs:update_ft_ies (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/wireless/
H A Drdev-ops.h1077 ret = rdev->ops->update_ft_ies(&rdev->wiphy, dev, ftie); in rdev_update_ft_ies()
H A Dnl80211.c2640 CMD(update_ft_ies, UPDATE_FT_IES); in nl80211_send_wiphy()
14912 if (!rdev->ops->update_ft_ies) in nl80211_update_ft_ies()
/openbmc/linux/include/net/
H A Dcfg80211.h4660 int (*update_ft_ies)(struct wiphy *wiphy, struct net_device *dev, member
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2674 .update_ft_ies = wil_cfg80211_update_ft_ies,