Searched refs:nowext (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/wireless/ |
A D | ibss.c | 154 static void __cfg80211_clear_ibss(struct net_device *dev, bool nowext) in __cfg80211_clear_ibss() argument 184 if (!nowext) in __cfg80211_clear_ibss() 190 void cfg80211_clear_ibss(struct net_device *dev, bool nowext) in cfg80211_clear_ibss() argument 195 __cfg80211_clear_ibss(dev, nowext); in cfg80211_clear_ibss() 200 struct net_device *dev, bool nowext) in __cfg80211_leave_ibss() argument 216 __cfg80211_clear_ibss(dev, nowext); in __cfg80211_leave_ibss() 222 struct net_device *dev, bool nowext) in cfg80211_leave_ibss() argument 228 err = __cfg80211_leave_ibss(rdev, dev, nowext); in cfg80211_leave_ibss()
|
A D | core.h | 320 void cfg80211_clear_ibss(struct net_device *dev, bool nowext); 322 struct net_device *dev, bool nowext); 324 struct net_device *dev, bool nowext);
|
Completed in 6 milliseconds