add_station      2615 drivers/net/wireless/ath/wil6210/cfg80211.c 	.add_station = wil_cfg80211_add_station,
add_station      4220 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	.add_station = mwifiex_cfg80211_add_station,
add_station      3405 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c 	.add_station = cfg80211_rtw_add_station,
add_station      1771 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c 	.add_station = add_station,
add_station      3672 include/net/cfg80211.h 	int	(*add_station)(struct wiphy *wiphy, struct net_device *dev,
add_station      3981 net/mac80211/cfg.c 	.add_station = ieee80211_add_station,
add_station       411 net/wireless/core.c 	WARN_ON(ops->add_station && !ops->del_station);
add_station      1740 net/wireless/nl80211.c 	CMD(add_station, NEW_STATION);
add_station      5839 net/wireless/nl80211.c 	if (!rdev->ops->add_station)
add_station       177 net/wireless/rdev-ops.h 	ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params);