Searched refs:__cfg80211_alloc_event_skb (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | cfg80211.h | 7799 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, 7888 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc() 7923 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc_ucast() 8024 return __cfg80211_alloc_event_skb(wiphy, NULL, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_event_skb()
|
/linux/net/wireless/ |
H A D | nl80211.c | 11793 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, in __cfg80211_alloc_event_skb() function 11824 EXPORT_SYMBOL(__cfg80211_alloc_event_skb);
|