Searched refs:nowext (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/net/wireless/ |
D | ibss.c | 155 static void __cfg80211_clear_ibss(struct net_device *dev, bool nowext) in __cfg80211_clear_ibss() argument 185 if (!nowext) in __cfg80211_clear_ibss() 191 void cfg80211_clear_ibss(struct net_device *dev, bool nowext) in cfg80211_clear_ibss() argument 196 __cfg80211_clear_ibss(dev, nowext); in cfg80211_clear_ibss() 201 struct net_device *dev, bool nowext) in __cfg80211_leave_ibss() argument 217 __cfg80211_clear_ibss(dev, nowext); in __cfg80211_leave_ibss() 223 struct net_device *dev, bool nowext) in cfg80211_leave_ibss() argument 229 err = __cfg80211_leave_ibss(rdev, dev, nowext); in cfg80211_leave_ibss()
|
D | core.h | 318 void cfg80211_clear_ibss(struct net_device *dev, bool nowext); 320 struct net_device *dev, bool nowext); 322 struct net_device *dev, bool nowext);
|