Home
last modified time | relevance | path

Searched refs:cfg80211_testmode_alloc_reply_skb (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dtestmode.c112 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()
/linux-6.15/drivers/net/wireless/ath/wcn36xx/
H A Dtestmode.c104 skb = cfg80211_testmode_alloc_reply_skb(wcn->hw->wiphy, in wcn36xx_tm_cmd_ptt()
/linux-6.15/Documentation/driver-api/80211/
H A Dcfg80211.rst175 cfg80211_testmode_alloc_reply_skb
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dtestmode.c189 skb = cfg80211_testmode_alloc_reply_skb(ar->ah->hw->wiphy, in ath12k_tm_cmd_get_version()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dtestmode.c110 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath10k_tm_cmd_get_version()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c241 skb = cfg80211_testmode_alloc_reply_skb(ar->hw->wiphy, in ath11k_tm_cmd_get_version()
/linux-6.15/include/net/
H A Dcfg80211.h8058 cfg80211_testmode_alloc_reply_skb(struct wiphy *wiphy, int approxlen) in cfg80211_testmode_alloc_reply_skb() function
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4182 skb = cfg80211_testmode_alloc_reply_skb(wiphy, hostcmd->len); in mwifiex_tm_cmd()
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2856 skb = cfg80211_testmode_alloc_reply_skb(hw->wiphy, in mac80211_hwsim_testmode_cmd()