Home
last modified time | relevance | path

Searched refs:join_ocb (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/net/wireless/
Docb.c30 if (!rdev->ops->join_ocb) in __cfg80211_join_ocb()
Dcore.c431 WARN_ON(ops->join_ocb && !ops->leave_ocb); in wiphy_new_nm()
Drdev-ops.h383 ret = rdev->ops->join_ocb(&rdev->wiphy, dev, setup); in rdev_join_ocb()
/linux-6.1.9/include/net/
Dcfg80211.h4377 int (*join_ocb)(struct wiphy *wiphy, struct net_device *dev, member
/linux-6.1.9/net/mac80211/
Dcfg.c4872 .join_ocb = ieee80211_join_ocb,