Searched refs:__cfg80211_alloc_event_skb (Results 1 – 2 of 2) sorted by relevance
/linux/include/net/ |
H A D | cfg80211.h | 8000 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, 8089 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc() 8124 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc_ucast() 8225 return __cfg80211_alloc_event_skb(wiphy, NULL, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_event_skb()
|
/linux/net/wireless/ |
H A D | nl80211.c | 12494 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, in __cfg80211_alloc_event_skb() function 12525 EXPORT_SYMBOL(__cfg80211_alloc_event_skb);
|