Searched refs:nowext (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/wireless/ |
D | ibss.c | 156 static void __cfg80211_clear_ibss(struct net_device *dev, bool nowext) in __cfg80211_clear_ibss() argument 186 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 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()
|
D | core.h | 280 void cfg80211_clear_ibss(struct net_device *dev, bool nowext); 282 struct net_device *dev, bool nowext); 284 struct net_device *dev, bool nowext);
|