Searched refs:__cfg80211_alloc_event_skb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 7458 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, 7546 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc() 7581 return __cfg80211_alloc_event_skb(wiphy, wdev, NL80211_CMD_VENDOR, in cfg80211_vendor_event_alloc_ucast() 7682 return __cfg80211_alloc_event_skb(wiphy, NULL, NL80211_CMD_TESTMODE, in cfg80211_testmode_alloc_event_skb()
|
/openbmc/linux/net/wireless/ |
H A D | nl80211.c | 11649 struct sk_buff *__cfg80211_alloc_event_skb(struct wiphy *wiphy, in __cfg80211_alloc_event_skb() function 11680 EXPORT_SYMBOL(__cfg80211_alloc_event_skb);
|