Home
last modified time | relevance | path

Searched refs:add_station (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1467 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station() function
1728 .add_station = add_station,
/openbmc/linux/net/wireless/
H A Dcore.c460 WARN_ON(ops->add_station && !ops->del_station); in wiphy_new_nm()
H A Drdev-ops.h201 ret = rdev->ops->add_station(&rdev->wiphy, dev, mac, params); in rdev_add_station()
H A Dnl80211.c2072 CMD(add_station, NEW_STATION); in nl80211_add_commands_unsplit()
7383 if (!rdev->ops->add_station) in nl80211_new_station()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c2729 .add_station = cfg80211_rtw_add_station,
/openbmc/linux/include/net/
H A Dcfg80211.h4458 int (*add_station)(struct wiphy *wiphy, struct net_device *dev, member
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2660 .add_station = wil_cfg80211_add_station,
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4255 .add_station = mwifiex_cfg80211_add_station,
/openbmc/linux/net/mac80211/
H A Dcfg.c5050 .add_station = ieee80211_add_station,