Lines Matching refs:wiphy
336 backported_cfg80211_vendor_event_alloc(struct wiphy *wiphy, in backported_cfg80211_vendor_event_alloc() argument
343 skb = cfg80211_vendor_event_alloc(wiphy, approxlen, event_idx, gfp); in backported_cfg80211_vendor_event_alloc()
425 __cfg80211_vendor_cmd_alloc_reply_skb(struct wiphy *wiphy, int len, in __cfg80211_vendor_cmd_alloc_reply_skb() argument
430 skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len); in __cfg80211_vendor_cmd_alloc_reply_skb()
437 #define wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ argument
438 __cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len, __func__, __LINE__)
441 __cfg80211_vendor_event_alloc(struct wiphy *wiphy, in __cfg80211_vendor_event_alloc() argument
451 skb = cfg80211_vendor_event_alloc(wiphy, wdev, in __cfg80211_vendor_event_alloc()
461 #define wlan_cfg80211_vendor_event_alloc(wiphy, wdev, len, idx, gfp) \ argument
462 __cfg80211_vendor_event_alloc(wiphy, wdev, len, \
475 #define wlan_cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len) \ argument
476 cfg80211_vendor_cmd_alloc_reply_skb(wiphy, len)
478 #define wlan_cfg80211_vendor_event_alloc(wiphy, wdev, len, idx, gfp) \ argument
479 cfg80211_vendor_event_alloc(wiphy, wdev, len, idx, gfp)