Searched refs:cfg80211_testmode_alloc_reply_skb (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | testmode.c | 114 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_cmd_test() 180 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, sizeof(*cmd)); in wl1271_tm_cmd_interrogate() 252 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_detect_fem() 332 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, ETH_ALEN); in wl12xx_tm_cmd_get_mac()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | testmode.c | 112 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_cmd_test() 176 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, sizeof(*cmd)); in wl1271_tm_cmd_interrogate() 248 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, len); in wl1271_tm_detect_fem() 328 skb = cfg80211_testmode_alloc_reply_skb(wl->hw->wiphy, ETH_ALEN); in wl12xx_tm_cmd_get_mac()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | testmode.c | 104 skb = cfg80211_testmode_alloc_reply_skb(wcn->hw->wiphy, in wcn36xx_tm_cmd_ptt()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | testmode.c | 104 skb = cfg80211_testmode_alloc_reply_skb(wcn->hw->wiphy, in wcn36xx_tm_cmd_ptt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | testmode.c | 96 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath11k_tm_cmd_get_version()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | testmode.c | 110 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath10k_tm_cmd_get_version()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | testmode.c | 241 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath11k_tm_cmd_get_version()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | testmode.c | 110 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath10k_tm_cmd_get_version()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 6700 * cfg80211_testmode_alloc_reply_skb - allocate testmode reply 6723 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() function 6732 * cfg80211_testmode_alloc_reply_skb() 6757 * cfg80211_testmode_alloc_reply_skb() but prepared for an event. As
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4073 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in mwifiex_tm_cmd()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 7610 * cfg80211_testmode_alloc_reply_skb - allocate testmode reply 7633 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() function 7642 * cfg80211_testmode_alloc_reply_skb() 7667 * cfg80211_testmode_alloc_reply_skb() but prepared for an event. As
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4119 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in mwifiex_tm_cmd()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | mac80211_hwsim.c | 2159 skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, in mac80211_hwsim_testmode_cmd()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 2771 skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, in mac80211_hwsim_testmode_cmd()
|
Completed in 52 milliseconds