Searched refs:add_station (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 1504 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station() function 1765 .add_station = add_station,
|
/Linux-v5.4/net/wireless/ |
D | core.c | 411 WARN_ON(ops->add_station && !ops->del_station); in wiphy_new_nm()
|
D | rdev-ops.h | 177 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params); in rdev_add_station()
|
D | nl80211.c | 1736 CMD(add_station, NEW_STATION); in nl80211_add_commands_unsplit() 5835 if (!rdev->ops->add_station) in nl80211_new_station()
|
/Linux-v5.4/include/net/ |
D | cfg80211.h | 3669 int (*add_station)(struct wiphy *wiphy, struct net_device *dev, member
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2615 .add_station = wil_cfg80211_add_station,
|
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 3405 .add_station = cfg80211_rtw_add_station,
|
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 4220 .add_station = mwifiex_cfg80211_add_station,
|
/Linux-v5.4/net/mac80211/ |
D | cfg.c | 3959 .add_station = ieee80211_add_station,
|