Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c1448 static int add_station(struct wiphy *wiphy, struct wireless_dev *wdev, in add_station() function
1692 .add_station = add_station,
/linux/net/wireless/
H A Dcore.c562 WARN_ON(ops->add_station && !ops->del_station); in wiphy_new_nm()
H A Drdev-ops.h201 ret = rdev->ops->add_station(&rdev->wiphy, wdev, mac, params); in rdev_add_station()
H A Dnl80211.c2415 CMD(add_station, NEW_STATION); in nl80211_add_commands_unsplit()
9344 if (!rdev->ops->add_station) in nl80211_new_station()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2658 .add_station = wil_cfg80211_add_station,
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3679 .add_station = nxpwifi_cfg80211_add_station,
/linux/include/net/
H A Dcfg80211.h5333 int (*add_station)(struct wiphy *wiphy, struct wireless_dev *wdev, member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4617 .add_station = mwifiex_cfg80211_add_station,
/linux/net/mac80211/
H A Dcfg.c5991 .add_station = ieee80211_add_station,