Home
last modified time | relevance | path

Searched refs:change_bss (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c797 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss() function
1711 .change_bss = change_bss,
/linux-6.15/net/wireless/
H A Drdev-ops.h405 ret = rdev->ops->change_bss(&rdev->wiphy, dev, params); in rdev_change_bss()
H A Dnl80211.c2129 CMD(change_bss, SET_BSS); in nl80211_add_commands_unsplit()
8249 if (!rdev->ops->change_bss) in nl80211_set_bss()
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2705 .change_bss = cfg80211_rtw_change_bss,
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2663 .change_bss = wil_cfg80211_change_bss,
/linux-6.15/include/net/
H A Dcfg80211.h4739 int (*change_bss)(struct wiphy *wiphy, struct net_device *dev, member
/linux-6.15/net/mac80211/
H A Dcfg.c5241 .change_bss = ieee80211_change_bss,