Searched refs:cfg80211_vendor_event_alloc (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | event.c | 67 skb = cfg80211_vendor_event_alloc(wl->hw->wiphy, NULL, 20, in wlcore_smart_config_sync_event() 88 skb = cfg80211_vendor_event_alloc(wl->hw->wiphy, NULL, in wlcore_smart_config_decode_event()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | event.c | 67 skb = cfg80211_vendor_event_alloc(wl->hw->wiphy, NULL, 20, in wlcore_smart_config_sync_event() 88 skb = cfg80211_vendor_event_alloc(wl->hw->wiphy, NULL, in wlcore_smart_config_decode_event()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | vendor-cmd.c | 133 cfg80211_vendor_event_alloc(mvm->hw->wiphy, in iwl_mvm_send_roaming_forbidden_event()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 6610 * cfg80211_vendor_event_alloc - allocate vendor-specific event skb 6631 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc() function 6676 * @skb: The skb, must have been allocated with cfg80211_vendor_event_alloc() 6680 * by cfg80211_vendor_event_alloc(), as an event. It always consumes it.
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 7520 * cfg80211_vendor_event_alloc - allocate vendor-specific event skb 7541 cfg80211_vendor_event_alloc(struct wiphy *wiphy, struct wireless_dev *wdev, in cfg80211_vendor_event_alloc() function 7586 * @skb: The skb, must have been allocated with cfg80211_vendor_event_alloc() 7590 * by cfg80211_vendor_event_alloc(), as an event. It always consumes it.
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 489 skb = cfg80211_vendor_event_alloc(wiphy, wdev, 100, 0, GFP_KERNEL); in mac80211_hwsim_vendor_cmd_test()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 578 skb = cfg80211_vendor_event_alloc(wiphy, wdev, 100, 0, GFP_KERNEL); in mac80211_hwsim_vendor_cmd_test()
|
Completed in 39 milliseconds