Searched refs:nowext (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/wireless/ |
H 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()
|
H A D | core.h | 332 void cfg80211_clear_ibss(struct net_device *dev, bool nowext); 334 struct net_device *dev, bool nowext); 336 struct net_device *dev, bool nowext);
|