Searched refs:add_station (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 1868 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station() function 2064 .add_station = add_station,
|
/Linux-v4.19/net/wireless/ |
D | core.c | 396 WARN_ON(ops->add_station && !ops->del_station); in wiphy_new_nm()
|
D | rdev-ops.h | 176 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params); in rdev_add_station()
|
D | nl80211.c | 1522 CMD(add_station, NEW_STATION); in nl80211_add_commands_unsplit() 5338 if (!rdev->ops->add_station) in nl80211_new_station()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 3170 int (*add_station)(struct wiphy *wiphy, struct net_device *dev, member
|
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2065 .add_station = wil_cfg80211_add_station,
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 3441 .add_station = cfg80211_rtw_add_station,
|
/Linux-v4.19/net/mac80211/ |
D | cfg.c | 3825 .add_station = ieee80211_add_station,
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | cfg80211.c | 4182 .add_station = mwifiex_cfg80211_add_station,
|