Searched refs:change_bss (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 780 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss() function 1679 .change_bss = change_bss,
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 800 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss() function 1733 .change_bss = change_bss,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 394 ret = rdev->ops->change_bss(&rdev->wiphy, dev, params); in rdev_change_bss()
|
H A D | nl80211.c | 1868 CMD(change_bss, SET_BSS); in nl80211_add_commands_unsplit() 7026 if (!rdev->ops->change_bss) in nl80211_set_bss()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 405 ret = rdev->ops->change_bss(&rdev->wiphy, dev, params); in rdev_change_bss()
|
H A D | nl80211.c | 2071 CMD(change_bss, SET_BSS); in nl80211_add_commands_unsplit() 8057 if (!rdev->ops->change_bss) in nl80211_set_bss()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3659 * @change_bss: Modify parameters for a given BSS. 4015 int (*change_bss)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 2733 .change_bss = cfg80211_rtw_change_bss,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2397 wil_dbg_misc(wil, "change_bss: ap_isolate MID %d, %d => %d\n", in wil_cfg80211_change_bss() 2640 .change_bss = wil_cfg80211_change_bss,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 3358 .change_bss = cfg80211_rtw_change_bss,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4109 * @change_bss: Modify parameters for a given BSS. 4502 int (*change_bss)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 2421 wil_dbg_misc(wil, "change_bss: ap_isolate MID %d, %d => %d\n", in wil_cfg80211_change_bss() 2664 .change_bss = wil_cfg80211_change_bss,
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4146 .change_bss = ieee80211_change_bss,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5069 .change_bss = ieee80211_change_bss,
|
Completed in 100 milliseconds